Unified historical volatility (DVOL) entry.
Represents a single historical volatility sample as returned by
fetch_volatility_history (Deribit public/get_historical_volatility).
Wire shape is array-of-pairs [[unix_ms, value], ...] inside the venue
envelope — not a field-mapped object. Parsed fields mirror Bourse's
volatility structure (timestamp, datetime, volatility, info).
Fields
timestamp- Sample time in millisecondsdatetime- ISO 8601 datetime stringvolatility- Historical volatility value (numeric)info- Raw exchange row ([unix_ms, value])
Summary
Types
Functions
@spec schema() :: map()
JSON Schema for the VolatilityHistory unified type.