trading/services/kevin_signal_bridge
Viktor Barzin 552f5a18f7
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix(kevin_bridge): use PositionInfo.ticker + qty*avg_entry for cost basis
PositionInfo schema in shared/schemas/trading.py has ticker (not symbol)
and no cost_basis field. Compute cost basis as qty * avg_entry.
Production logs showed AttributeError on every mention process.
2026-05-24 01:22:40 +00:00
..
__init__.py feat(kevin_bridge): main orchestrator with dependency injection 2026-05-24 00:59:56 +00:00
aggregator.py feat(kevin_bridge): multi-mention aggregator with capped conviction boost 2026-05-24 01:01:02 +00:00
audit.py feat(kevin_bridge): exit-scan daily job + cursor + audit writer 2026-05-24 01:03:53 +00:00
blocklist.py feat(kevin_bridge): blocklist + daily risk counters 2026-05-24 01:01:54 +00:00
config.py feat(kevin_bridge): main orchestrator with dependency injection 2026-05-24 00:59:56 +00:00
cursor.py feat(kevin_bridge): exit-scan daily job + cursor + audit writer 2026-05-24 01:03:53 +00:00
exit_scanner.py feat(kevin_bridge): exit-scan daily job + cursor + audit writer 2026-05-24 01:03:53 +00:00
main.py fix(kevin_bridge): use PositionInfo.ticker + qty*avg_entry for cost basis 2026-05-24 01:22:40 +00:00
risk_counters.py feat(kevin_bridge): blocklist + daily risk counters 2026-05-24 01:01:54 +00:00