From bb2ca425a7aa1f6e6f6cf5610522dcaac499fe02 Mon Sep 17 00:00:00 2001 From: Adriano Dal Pastro Date: Sat, 16 May 2026 19:22:31 +0000 Subject: [PATCH] refactor(analysis): rimuovi depth_zero_pct da ChainAuditReport MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit book_depth_top3 è popolato solo dal path entry_cycle (per gli strike candidati al picker), mai dal collector option_chain_snapshot — il controllo depth_zero su questi snapshot sarebbe strutturalmente 100%. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/cerbero_bite/analysis/data_audit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cerbero_bite/analysis/data_audit.py b/src/cerbero_bite/analysis/data_audit.py index e8fb951..fed4304 100644 --- a/src/cerbero_bite/analysis/data_audit.py +++ b/src/cerbero_bite/analysis/data_audit.py @@ -93,7 +93,6 @@ class ChainAuditReport: bid_gt_ask_count: int = 0 iv_null_count: int = 0 iv_null_pct: Decimal = Decimal("0") - depth_zero_pct: Decimal = Decimal("0") def _expected_ticks(since: datetime, until: datetime) -> int: