25f771cc77
[WBS-4.4] 일별 성과 모니터링 대시보드 구현
- updateEvaluationDashboard_(): gdf_04_execution_quality.gs에 GAS 함수 신규 추가
· daily_history 시트 → total_asset, mdd_pct
· macro 시트 KOSPI Close → 1D 수익률 (직전 행 Close 차이 계산)
· evaluation_dashboard 탭 자동 생성/업데이트 (Date/Total_Asset/KOSPI_Close/
Portfolio_Return_1D_Pct/KOSPI_Return_1D_Pct/Alpha_1D_Pct/Cumulative_Alpha_Pct/MDD_Pct)
- run_all() Step-8로 연결 (gas_lib.gs), runRebalanceSheet_ 이후 실행
[CI/CD] validate_formula_registry.py 수정 (WBS-5.1 완성)
- spec/formulas/manifest.yaml 신규 생성 (domains/manifest.yaml 동일 내용)
- RetirementAssetPortfolio.yaml에 formula_registry_manifest 등록
- validate_specs.py PASS 복원 → run_release_dag_v3 gate=PASS step_count=55
[CI/CD] Synology Gitea act_runner 환경 최적화
- runs-on: ubuntu-latest → self-hosted (NAS host-based runner)
- actions/setup-python / actions/setup-node 제거 (NAS에 직접 설치)
- python → python3 명시
- actions/checkout@v3 → v4
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
467 B
YAML
14 lines
467 B
YAML
schema_version: formula_domain_manifest.v1
|
|
source: C:\Temp\data_feed\spec\13_formula_registry.yaml
|
|
domains:
|
|
risk: spec/formulas/risk.yaml
|
|
entry: spec/formulas/entry.yaml
|
|
exit: spec/formulas/exit.yaml
|
|
cash: spec/formulas/cash.yaml
|
|
portfolio: spec/formulas/portfolio.yaml
|
|
reporting: spec/formulas/reporting.yaml
|
|
fundamental: spec/formulas/fundamental.yaml
|
|
smart_money: spec/formulas/smart_money.yaml
|
|
macro: spec/formulas/macro.yaml
|
|
formula_count: 149
|