Table of Contents

Interface IRiskEvent<T>

Namespace
Virtufin.Core.Events.Risk
Assembly
Virtufin.Core.dll

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

T

The event's own time type.

Inherited Members