CoolFace
Datasetpublic

AlphaDojo/dojo_sector_precomputed

Languages: 简体中文 · English dojo_sector_precomputed — Precomputed Sector Analytics Overview Derived sector analytics: L3 constituent snapshots, daily cap-weighted sector index levels, and per-constituent daily returns. Built offline from taxonomy, mappings, quotes, and stock K-lines. Files File Description manifest.json Generation metadata: version, window start, row counts, latest trade dates constituents.parquet L3 constituent… See the full description on the dataset page: https://huggingface.co/datasets/AlphaDojo/dojo_sector_precomputed.

sourceHugging Faceapache-2.0updated 1h agoView on Hugging Face
0likes24kdownloads
Dataset Card
Languages: 简体中文 · English

dojosectorprecomputed — Precomputed Sector Analytics

Overview

Derived sector analytics: L3 constituent snapshots, daily cap-weighted sector index levels, and per-constituent daily returns. Built offline from taxonomy, mappings, quotes, and stock K-lines.

Files

FileDescription
manifest.jsonGeneration metadata: version, window start, row counts, latest trade dates
constituents.parquetL3 constituent snapshot (cap, P/E)
sector_daily.parquetDaily sector index and metrics (L1/L2/L3 scope)
ticker_daily.parquetConstituent daily close and returns

Key Fields

manifest.json

FieldDescription
versionSchema version (currently 2)
generated_atUTC generation timestamp
window_startWindow start (default 2025-01-01)
latest_trade_date_by_marketLatest session per market
constituent_count / sector_daily_rows / ticker_daily_rowsRow count summary

constituents.parquet

FieldDescription
level1_id / level2_id / level3_idSector path IDs
marketus, cn, or hk
tickerConstituent symbol
roleprimary or secondary
market_capSnapshot market cap
weighted_peStock P/E used in sector weighting

sector_daily.parquet

FieldDescription
trade_dateTrade date
scopeL1, L2, or L3 aggregation level
marketMarket
level1_id / level2_id / level3_idSector IDs
member_countConstituent count
total_market_capAggregate cap
weighted_peCap-weighted P/E
index_levelCap-weighted index (base = 100)
daily_return_pctSector daily return (%)

ticker_daily.parquet

FieldDescription
tickerStock symbol
trade_dateTrade date
closeClose price
daily_return_pctDaily return (%)
cumulative_return_pctCumulative return since window_start (%)

Scale (reference)

See manifest.json. Typical sizes: constituents ~20k, sectordaily ~180k, tickerdaily ~4.6M rows.

Index Method

  • Daily returns are cap-weighted across constituents; index base level = 100.
  • Constituents require valid daily bars in dojo_stock_kline and positive market cap from dojo_quote.

Input Datasets