lerchen3 commited on
Commit
c9a9f5f
·
verified ·
1 Parent(s): d00b7df

Document top-200 collector scope

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -14,9 +14,13 @@ This public dataset contains live Kalshi order-book snapshots and derived state
14
  after every `orderbook_delta` message for a research universe refreshed every
15
  10 minutes.
16
 
17
- The universe is the union of open markets whose series appears in the bot's
18
- allowlist or blocklist and the 200 highest-volume open markets over a rolling
19
- 48-hour public-trade window.
 
 
 
 
20
 
21
  ## Files
22
 
 
14
  after every `orderbook_delta` message for a research universe refreshed every
15
  10 minutes.
16
 
17
+ The current universe is the 200 highest-volume open markets over a rolling
18
+ 48-hour public-trade window. It is spread by volume across four websocket
19
+ connections of 50 markets each, then periodically rebalanced using observed
20
+ per-market delta traffic.
21
+
22
+ Early files used an expanded allowlist/blocklist union. Per-record
23
+ `selection_sources` and `universe` records identify that historical scope.
24
 
25
  ## Files
26