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.
I Luk Kim 0c797ceb22 fix: attention zscore_20d null 3개 버그 수정 + 엔티티 오버라이드 API 추가
1. materialize_features identity-map 버그 수정
   - upsert commit 후 populate_existing=True로 재SELECT
   - resolve_entity와 동일 패턴 (SQLAlchemy async stale cache)

2. @with_cache 조건부 TTL — null 응답 캐시 단축
   - wiki.views=null → TTL 300s (5분)
   - 완전한 응답 → TTL 3600s (1시간)
   - 기존: null 응답이 1시간 캐시되어 재수집 영구 차단

3. 재실체화 조건 확장: wiki_zscore_20d is None도 재트리거
   - wiki_views는 있지만 lookback 부족으로 zscore만 null인 케이스 처리

4. POST /admin/entity/{ticker}/override 엔드포인트 추가
   - wiki_title 수동 지정 + is_manual_override=True 설정
   - CSCO→Cisco, DKNG→DraftKings 잘못된 매핑 수정용

5. entity_resolver: 소송 페이지 패턴 억제
   - "X v. Y" 형식 제목 score=0.05 (예: FSF v. Cisco Systems)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
..
__init__.py Initial commit with full project improvements 5 months ago
attention.py fix: attention zscore_20d null 3개 버그 수정 + 엔티티 오버라이드 API 추가 3 months ago
company.py feat: company metadata 안정화 — 실제 sector/industry/exchange 보강 4 months ago
dividend.py feat: PIT dividend calendar + earnings surprise calendar endpoint 4 months ago
earnings.py feat: PIT dividend calendar + earnings surprise calendar endpoint 4 months ago
error_log.py Codebase improvements: caching decorator, Pydantic v2, DB indexes, connection pooling, Alembic 5 months ago
filing.py feat: 8-K 재파싱 지원 — force_reparse + 단일 accession 재처리 endpoint 4 months ago
financial.py feat: company metadata 안정화 — 실제 sector/industry/exchange 보강 4 months ago
finra.py Add Alpaca-specific DB table and Redis caching for Alpaca/FINRA endpoints 5 months ago
insider.py feat: /form4 auto-fetch fallback + targeted backfill 지원 4 months ago
ownership.py feat: SEC Form 4 PIT + SC 13D/G activist ownership API 4 months ago
request_log.py Initial commit with full project improvements 5 months ago
screener.py feat(screener): add stock screener API with yfinance EquityQuery 5 months ago
universe.py feat: 백테스팅 유니버스 과거 시점 주식 스크리닝 (Historical Stock Universe) 5 months ago
validators.py fix: GET /price/data/{ticker} — start/end alias 지원 + 단일 날짜 조회 허용 4 months ago