refactor(analysis): rimuovi depth_zero_pct da ChainAuditReport

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) <noreply@anthropic.com>
This commit is contained in:
Adriano Dal Pastro
2026-05-16 19:22:31 +00:00
parent d6af69f4cb
commit bb2ca425a7
-1
View File
@@ -93,7 +93,6 @@ class ChainAuditReport:
bid_gt_ask_count: int = 0 bid_gt_ask_count: int = 0
iv_null_count: int = 0 iv_null_count: int = 0
iv_null_pct: Decimal = Decimal("0") iv_null_pct: Decimal = Decimal("0")
depth_zero_pct: Decimal = Decimal("0")
def _expected_ticks(since: datetime, until: datetime) -> int: def _expected_ticks(since: datetime, until: datetime) -> int: