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 93a81fd35a fix: Form 4 buy_only=P-only + 10분기 backfill 설정
- buy_only=true 필터를 P+A → P(open-market purchase) 단독으로 변경
  - get_form4_pit / get_form4_by_date / get_form4_aggregate 3곳 동일 수정
  - aggregate의 buy_dollar_total / cluster_size / csuite_count / avg_pct_of_holding
    모두 P-only 기준으로 정확해짐 (A코드 awards 제외)
- _parse_transaction_element: purchase_pct_of_holding 계산도 P-only로 정합
- SEC_FORM4_BOOTSTRAP_QUARTERS: 8 → 10 (2024Q1~)
- Form4AggregateResponse docstring에 P-only 명시

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 months ago
..
__init__.py Initial commit with full project improvements 5 months ago
attention.py fix(overlay): 다중 버그 수정 및 OpenAPI 문서 개선 5 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 fix: Form 4 buy_only=P-only + 10분기 backfill 설정 4 months ago
overlay.py Add Phase 5 Attention Overlay API and fix Redis port mismatch 5 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