Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/free_source_setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Free data source setup

[简体中文](free_source_setup.zh-CN.md)

## Shipped files

- `config/free_rss_feeds.csv`: official RSS feeds that need no account.
- `config/core_us_equity_aliases.csv`: core US equity watchlist aliases.
- `data/live/political_watchlist.csv`: initial watchlist for the live publish path.
- `data/live/source_items.csv`: latest raw text pulled by the scheduled RSS pipeline.
- `data/live/source_events.csv`: events extracted deterministically from `source_items.csv`.
- `data/live/political_events.csv`: stable Advisor input, refreshed by RSS/source pipeline or maintained after manual review.
- `data/live/source_tracker.csv`: merged watchlist and event tracker.

See the Chinese setup note for cron wiring, refresh commands, and operator checks.
2 changes: 2 additions & 0 deletions docs/free_source_setup.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 免费数据源配置

[English](free_source_setup.md)

## 已落地文件

- `config/free_rss_feeds.csv`:无需账号的官方 RSS 源。
Expand Down
17 changes: 17 additions & 0 deletions docs/research_plan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Political event tracking research plan

[简体中文](research_plan.zh-CN.md)

## Goal

Test whether public figure position disclosures, official public mentions, policy
funding events, and short-to-medium-term US equity returns show a reproducible
relationship.

Working hypothesis:

1. Signals appear first in public holdings or trade disclosures.
2. They surface next in official speeches, announcements, White House materials, or media leads.
3. Market reaction shows up later in price action, earnings, government procurement, or analyst events.

See the Chinese plan for data sources, evaluation windows, and milestone checklist.
2 changes: 2 additions & 0 deletions docs/research_plan.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 政治事件追踪研究计划

[English](research_plan.md)

## 目标

验证公开人物持仓披露、官方公开点名、政策资金事件与美股短中期收益之间是否存在可复现关系。
Expand Down