Interface IRiskEvent<T>
Marker for any risk-related event. Risk events are attributed to the
scenario as a whole — they depend on all three components (market,
portfolio, strategy) jointly. Topics use the naming scheme
sc.{scenarioId}.risk.{entity}.{event}.
public interface IRiskEvent<T> : IEvent<T>, IEquatable<IEvent<T>> where T : IComparable<T>
Type Parameters
TThe event's own time type.
- Inherited Members