POTE/tests/fixtures/sample_house_watcher.json
ilia 204cd0e75b Initial commit: POTE Phase 1 complete
- PR1: Project scaffold, DB models, price loader
- PR2: Congressional trade ingestion (House Stock Watcher)
- PR3: Security enrichment + deployment infrastructure
- 37 passing tests, 87%+ coverage
- Docker + Proxmox deployment ready
- Complete documentation
- Works 100% offline with fixtures
2025-12-14 20:45:34 -05:00

64 lines
1.6 KiB
JSON

[
{
"representative": "Nancy Pelosi",
"ticker": "NVDA",
"transaction_date": "01/15/2024",
"disclosure_date": "02/01/2024",
"transaction": "Purchase",
"amount": "$1,001 - $15,000",
"house": "House",
"district": "CA-11",
"party": "Democrat",
"cap_gains_over_200_usd": false
},
{
"representative": "Josh Gottheimer",
"ticker": "MSFT",
"transaction_date": "01/20/2024",
"disclosure_date": "02/05/2024",
"transaction": "Sale",
"amount": "$15,001 - $50,000",
"house": "House",
"district": "NJ-05",
"party": "Democrat",
"cap_gains_over_200_usd": false
},
{
"representative": "Tommy Tuberville",
"ticker": "AAPL",
"transaction_date": "01/10/2024",
"disclosure_date": "01/30/2024",
"transaction": "Purchase",
"amount": "$50,001 - $100,000",
"house": "Senate",
"district": "",
"party": "Republican",
"cap_gains_over_200_usd": false
},
{
"representative": "Dan Crenshaw",
"ticker": "TSLA",
"transaction_date": "01/18/2024",
"disclosure_date": "02/03/2024",
"transaction": "Sale",
"amount": "$1,001 - $15,000",
"house": "House",
"district": "TX-02",
"party": "Republican",
"cap_gains_over_200_usd": true
},
{
"representative": "Nancy Pelosi",
"ticker": "GOOGL",
"transaction_date": "01/22/2024",
"disclosure_date": "02/10/2024",
"transaction": "Purchase",
"amount": "$15,001 - $50,000",
"house": "House",
"district": "CA-11",
"party": "Democrat",
"cap_gains_over_200_usd": false
}
]