You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.3 KiB
Markdown
45 lines
1.3 KiB
Markdown
# Phase 8 Implementation Plan
|
|
|
|
## 목표
|
|
Phase 8은 확장 기능을 한 번에 다 넣는 단계가 아닙니다.
|
|
다음 순서대로, attribution이 가능한 범위 내에서 점진적으로 구현합니다.
|
|
|
|
## Workstream A — 전략 확장
|
|
### A1. 전략 레지스트리 도입
|
|
- strategy registry 스키마 구현
|
|
- long core / overlay / experimental strategy 구분
|
|
- status: draft, backtest, shadow, paper, live_limited, live_full
|
|
|
|
### A2. short engine scaffold
|
|
- event taxonomy 확장
|
|
- borrow/locate contract 추가
|
|
- short-specific risk policy 추가
|
|
|
|
### A3. holding-period specialization
|
|
- 1D/3D/5D horizon variant를 별도 strategy_id로 등록
|
|
|
|
## Workstream B — 모델 고도화
|
|
### B1. model registry
|
|
### B2. meta model / horizon selector
|
|
### B3. disagreement reporting
|
|
|
|
## Workstream C — 실행 최적화
|
|
### C1. execution metrics collection
|
|
### C2. execution policy flagging
|
|
### C3. replay evaluation
|
|
|
|
## Workstream D — 연구 자동화
|
|
### D1. post-trade review assistant
|
|
### D2. drift diagnosis
|
|
### D3. experiment recommender
|
|
|
|
## Workstream E — 플랫폼 확장
|
|
### E1. registry layer
|
|
### E2. feature flags
|
|
### E3. staged rollout/rollback automation
|
|
|
|
## 완료 조건
|
|
- core strategy attribution 유지
|
|
- 새 기능 shadow/paper 검증 통과
|
|
- Phase 7 safe mode로 즉시 롤백 가능
|