From 788204169c21782da4b863215d82df124417aea9 Mon Sep 17 00:00:00 2001 From: Matt Spinola Date: Sun, 23 Aug 2026 21:58:48 -0400 Subject: [PATCH] Drop flow_caps from the sample config The key has had no reader anywhere in the stack since cotmetrics 734bbc6 deleted the intra-week gap estimator (an ADR-0006 prerequisite). cotmetrics stops loading it in its own change; this is the matching removal from the sample config the app falls back to when COT_VIZ_CONFIG is unset. viz_config reads params with safe_load and callers use .get(), so nothing here required the key. Co-Authored-By: Claude Fable 5 --- config/params.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/params.yaml b/config/params.yaml index 21b858c..d242f30 100644 --- a/config/params.yaml +++ b/config/params.yaml @@ -7,9 +7,9 @@ # Price type to use for daily estimations ("close" or "settlement"). price_type: "settlement" -# Max daily open-interest flow as a fraction of daily volume, per asset class. -flow_caps: - Default: 0.10 +# flow_caps was removed 2026-08-23: its only consumer, the intra-week gap +# estimator estimate_current_gap_positions, was deleted in cotmetrics 734bbc6 +# (an ADR-0006 prerequisite), and the key was read by nothing thereafter. # Lookback windows (weeks) computed for every COT report. lookbacks: