Last active
December 21, 2025 13:30
-
-
Save pranjalAI/af8e563560f84350e568b6b13e308723 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "symbol": "AMD", | |
| "label": "Needs Review", | |
| "signals_fired": 2, | |
| "signals": [ | |
| { | |
| "name": "ClusterActivity", | |
| "value": 4, | |
| "fired": true, | |
| "why": "4 unique insiders traded in the last 30 days." | |
| }, | |
| { | |
| "name": "LargeTransaction", | |
| "value": 780000.0, | |
| "fired": true, | |
| "why": "Flags when a recent transaction exceeds the configured value threshold." | |
| } | |
| ], | |
| "recent_trades_sample": [ | |
| { | |
| "date": "2025-12-02", | |
| "insider": "Jane Doe", | |
| "title": "Director", | |
| "direction": "BUY", | |
| "trade_value": 120000.0 | |
| }, | |
| { | |
| "date": "2025-12-05", | |
| "insider": "John Smith", | |
| "title": "Officer", | |
| "direction": "SELL", | |
| "trade_value": 780000.0 | |
| } | |
| ], | |
| "note": "This output is a monitoring summary based on disclosed insider transactions, not a determination of wrongdoing." | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment