fix: DATA_GATED exclusion for harness/registry, FULL_ADVANCED multiplier bug

- harness_coverage_auditor: _load_data_gated_formula_ids() now correctly
  parses {formulas:[...]} YAML structure (was treating dict as list → empty set)
- build_formula_runtime_registry_v1: add DATA_GATED exclusion so
  OPERATIONAL_T20_OUTCOME_LEDGER_V1 (~2026-07-15) doesn't block gate
- build_fundamental_multifactor_v3/v4: add FULL_ADVANCED: 1.0 to
  _QUALITY_MULTIPLIER (all non-ETF stocks were scoring 0.0/grade=F)
- spec/51_formula_lifecycle_registry.yaml: OPERATIONAL_T20_OUTCOME_LEDGER_V1
  lifecycle_state ACTIVE → DATA_GATED

DAG: gate=PASS step_count=55 | formula_runtime_registry: 100% | DQR: 99.97

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-13 17:59:57 +09:00
parent 9123cf911f
commit 54e61e71e6
5 changed files with 63 additions and 10 deletions
+3 -2
View File
@@ -1199,8 +1199,9 @@ formulas:
spec_ref: spec/13b_harness_formulas.yaml
- formula_id: OPERATIONAL_T20_OUTCOME_LEDGER_V1
owner: quant_analyst
lifecycle_state: ACTIVE
activation_date: '2026-06-13'
lifecycle_state: DATA_GATED
activation_date: null
activation_condition: live_t20_count >= 30 (~2026-07-15)
retirement_condition: 공식 로직 개편 시
expected_metric: result
spec_ref: spec/13b_harness_formulas.yaml