snapshot admin workbook inventory

This commit is contained in:
2026-06-22 02:43:58 +09:00
parent 6d4ee39e04
commit 4266039d1c
4 changed files with 576 additions and 120 deletions
+3 -1
View File
@@ -8,6 +8,8 @@ meta:
purpose: >
제공 raw JSON의 data.<sheet> 배열과 컬럼을 canonical field로 매핑한다.
xlsx는 JSON 재생성 소스이며 일반 LLM 분석에서는 직접 파싱하지 않는다.
Snapshot Admin의 workbook inventory와 migration classification은
GatherTradingData.xlsx를 직접 읽어서 계산한다.
이 파일은 시장/종목/섹터/매크로 데이터만 담당하며 계좌·보유·현금 데이터는
spec/15_account_snapshot_contract.yaml이 담당한다.
@@ -438,7 +440,7 @@ raw_workbook:
sheet_diet_policy:
keep:
canonical_required: ["data_feed", "sector_flow", "macro", "event_risk", "core_satellite"]
support: ["settings", "account_snapshot", "sector_universe", "sector_flow_history", "etf_nav_manual", "universe", "monthly_history", "performance", "backdata_feature_bank", "event_calendar"]
support: ["settings", "account_snapshot", "sector_universe", "sector_flow_history", "etf_nav_manual", "universe", "monthly_history", "performance", "backdata_feature_bank", "event_calendar", "daily_history", "pa1_feedback", "alpha_history", "evaluation_dashboard", "trade_quality_history", "rebalance"]
deprecated: ["positions", "chat_input", "etf_raw", "core_satellite_status", "orbit_gap", "asset_history"]
delete:
transient_after_complete: ["cs_chunk_N"]