RiskEvent

Risk rejection event data for report generation. Contains all information about rejected signals due to risk limits.

timestamp: number

Event timestamp in milliseconds

symbol: string

Trading pair symbol

pendingSignal: IRiskSignalRow

Pending signal details

strategyName: string

Strategy name

exchangeName: string

Exchange name

frameName: string

Time frame name

currentPrice: number

Current market price

activePositionCount: number

Number of active positions at rejection time

rejectionId: string

Unique identifier for this rejection instance (null if validation threw exception without custom ID)

rejectionNote: string

Rejection reason from validation note

backtest: boolean

Whether this event is from backtest mode (true) or live mode (false)