feat(hypotheses): register insider_buying-min-txn-100k hypothesis

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Youssef Aitousarrah 2026-04-10 11:05:46 -07:00
parent 704e257dd9
commit a956863c48
1 changed files with 20 additions and 1 deletions

View File

@ -1,4 +1,23 @@
{
"max_active": 5,
"hypotheses": []
"hypotheses": [
{
"id": "insider_buying-min-txn-100k",
"scanner": "insider_buying",
"title": "Raise min_transaction_value to $100K",
"description": "Hypothesis: filtering to insider purchases ≥$100K (vs. current $25K) produces higher-quality picks by excluding routine small-lot grants and focusing on high-conviction, out-of-pocket capital deployment. Research (Lakonishok & Lee 2001; Cohen et al. 2012) shows large-value insider buys predict forward returns; small ones do not.",
"branch": "hypothesis/insider_buying-min-txn-100k",
"pr_number": 529,
"status": "running",
"priority": 3,
"expected_impact": "medium",
"hypothesis_type": "implementation",
"created_at": "2026-04-10",
"min_days": 21,
"days_elapsed": 0,
"picks_log": [],
"baseline_scanner": "insider_buying",
"conclusion": null
}
]
}