Struct Event
Defined in File event.hpp
Struct Documentation
-
struct Event
Represents a market event characterized by tenor, variance, and significance.
Public Functions
-
inline Event()
Default constructor initializing all fields to zero.
Public Members
-
double tenor
The event measured in terms of extra tenor (time to expiration), expressed in the unit of years.
-
double variance
The event measured in terms of variance.
-
double significance
A numeric measure of the event’s statistical significance, similar to number of standard deviations.
-
inline Event()