feat: signal abstraction layer + sizer + HS300 universe + PnL/IC reports

This commit is contained in:
Yuxuan Yan
2026-06-07 09:44:33 +08:00
parent 085e51abf1
commit da01312292
20 changed files with 610 additions and 23 deletions
+4
View File
@@ -0,0 +1,4 @@
"""Translate signal values into position actions."""
from portfolio.builder import PositionAction, ThresholdBuilder
__all__ = ["PositionAction", "ThresholdBuilder"]