trading/shared/schemas
Viktor Barzin c8277e301e
feat: pydantic schemas for all service message types
- shared/schemas/trading.py: OrderRequest, OrderResult, PositionInfo,
  AccountInfo, TradeSignal, TradeExecution, MarketSnapshot, SentimentContext
- shared/schemas/news.py: RawArticle, ScoredArticle
- shared/schemas/learning.py: TradeOutcomeSchema, WeightAdjustment
- shared/schemas/auth.py: RegisterRequest, LoginRequest, TokenResponse
- 49 schema tests covering validation constraints, serialization round-trips,
  required fields, and range checks
2026-02-22 15:19:00 +00:00
..
__pycache__ feat: pydantic schemas for all service message types 2026-02-22 15:19:00 +00:00
__init__.py feat: pydantic schemas for all service message types 2026-02-22 15:19:00 +00:00
auth.py feat: pydantic schemas for all service message types 2026-02-22 15:19:00 +00:00
learning.py feat: pydantic schemas for all service message types 2026-02-22 15:19:00 +00:00
news.py feat: pydantic schemas for all service message types 2026-02-22 15:19:00 +00:00
trading.py feat: pydantic schemas for all service message types 2026-02-22 15:19:00 +00:00