(function(){
var COOKIE_NAME = 'menthorq_utm_params';
var LS_KEY = 'menthorq_utm_params';
var UTM_KEYS = ['utm_source','utm_medium','utm_campaign','utm_term','utm_content','utm_id'];
var CLICK_ID_KEYS = ['gclid','fbclid','msclkid','ttclid'];
var COOKIE_DAYS = 30;// Read UTM parameters and click IDs from current URL
var params = new URLSearchParams(window.location.search);
var trackingData = {};
var hasData = false;
var allKeys = UTM_KEYS.concat(CLICK_ID_KEYS);
for (var i = 0; i < allKeys.length; i++) {
var val = params.get(allKeys[i]);
if (val) {
trackingData[allKeys[i]] = val;
hasData = true;
}
}if (hasData) {
// Fresh tracking data found in URL — store it (overwrites previous attribution)
trackingData.captured_at = new Date().toISOString();
setCookie(COOKIE_NAME, JSON.stringify(trackingData), COOKIE_DAYS);
try { localStorage.setItem(LS_KEY, JSON.stringify(trackingData)); } catch(e) {}
return;
}// No tracking params in URL — check if cookie exists
if (getCookie(COOKIE_NAME)) return;// Cookie is missing (expired or first visit) — try to restore from localStorage
try {
var stored = localStorage.getItem(LS_KEY);
if (stored) {
var parsed = JSON.parse(stored);
if (parsed && (parsed.utm_source || parsed.gclid || parsed.fbclid || parsed.msclkid || parsed.ttclid)) {
setCookie(COOKIE_NAME, stored, COOKIE_DAYS);
}
}
} catch(e) {}// Helper: set cookie
function setCookie(name, value, days) {
var expires = new Date(Date.now() + days * 864e5).toUTCString();
var cookie = name + '=' + encodeURIComponent(value) + ';expires=' + expires + ';path=/;SameSite=Lax';
if (location.protocol === 'https:') cookie += ';Secure';
document.cookie = cookie;
}// Helper: get cookie value (returns empty string if not found)
function getCookie(name) {
var match = document.cookie.match(new RegExp('(?:^|; )' + name + '=([^;]*)'));
return match ? decodeURIComponent(match[1]) : '';
}
})();
var breeze_prefetch = {"local_url":"https://menthorq.com","ignore_remote_prefetch":"1","ignore_list":["/account/","/login/","/thank-you/","/wp-json/openid-connect/userinfo","wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
VAR,CVAR: Insights from Ryan in the Volatility Corner Webinar
In the latest Volatility Corner session, Ryan, a former market maker at Deutsche Bank, spent a significant portion of the discussion on something most traders rarely think about until it is too late: risk systems. Not chart patterns. Not headlines. Not macro narratives. Risk systems.
As Ryan explained during the webinar, some of the sharpest market selloffs are not driven primarily by new information. They are driven by how institutions measure and control risk. Fabio reinforced this point with a practical observation from the trading world: when volatility rises, risk limits tighten. And when risk limits tighten, desks are often forced to reduce exposure. That reduction can create the very selling pressure that pushes markets lower. What looks like panic can actually be processed.
Understanding the difference between VAR and CVAR is central to understanding how this dynamic unfolds. Let’s break down what was discussed during the webinar.
Volatility Corner Session:
Why Ryan Is Critical of Traditional VAR
Ryan walked through the logic behind Value-at-Risk, or VAR, which became a dominant risk metric across banks and hedge funds. On the surface, VAR sounds prudent. A typical 99 percent VAR might say: “On 99 out of 100 days, we do not expect to lose more than X.” It produces a clean number. It fits neatly into dashboards and compliance reports. It gives firms a sense of control.
But as Ryan emphasized, the problem is not that VAR is useless. The problem is what it assumes. VAR focuses on a percentile cutoff. It answers the question: what is the loss at the 99th percentile? It does not answer the deeper question: what happens beyond that percentile?
Ryan framed this in practical trading terms. Markets are not smooth, normally distributed systems. They shift regimes. Volatility clusters. Fat tails exist. Once you move into extreme territory, you are no longer operating within the assumptions that produced your VAR number in the first place. In other words, VAR treats the tail like a boundary. Real markets treat the tail like an opening.
That distinction matters enormously during stress events.
CVAR: The Question VAR Avoids
In the webinar, Ryan highlighted why Conditional Value-at-Risk, or CVAR, is a more realistic framework. CVAR asks a different question: if we are already in the worst 1 percent of outcomes, what is the average loss we should expect? That shift in wording changes everything.
CVAR forces you to think in terms of conditional reality. If the market has already entered a stress regime, you should not assume a mild continuation. You should assume that losses can compound. You should assume that the distribution has shifted.
Ryan noted that many of the failures during past crises were tied to the overreliance on simple VAR metrics. Institutions thought they were protected because they were operating within their statistical limits. Then the environment changed, volatility spiked, and those limits were breached far faster than expected.
CVAR does not eliminate risk. But it acknowledges that once you are in the tail, the average outcome is far worse than the single cutoff number VAR provides.
Fabio’s Key Insight: Risk Systems Create Selling
Fabio added an important layer to the discussion. Even if traders do not personally use VAR, the market they trade is shaped by firms that do.
Most institutional portfolios operate under risk budgets. These budgets are tied directly or indirectly to volatility measures. When volatility increases, the same position suddenly consumes more risk capital. The portfolio’s risk utilization rises. Compliance teams step in. Risk managers step in. Exposure must be reduced. This is where the feedback loop begins.
Ryan and Fabio described the sequence clearly:
Volatility rises.
VAR increases.
Risk limits are approached or breached.
Desks cut exposure.
Selling pushes prices lower.
Volatility rises further.
Risk limits tighten again.
At that point, the market can shift from informational to mechanical.The initial move may have been caused by news. The continuation is caused by constraints.
This is why some selloffs feel disconnected from headlines. The story on television does not seem large enough to justify the magnitude of the move. But the magnitude is not coming from the headline. It is coming from risk systems responding to volatility.
Why This Matters for Futures Traders
Ryan made an important point throughout the session: even if you are not running institutional risk models, you are trading in a market influenced by them.
If you trade futures, especially equity index futures, rates, or commodities, institutional de-risking can dominate flows during stress periods. Recognizing when the market is being driven by forced selling rather than discretionary decisions can change how you interpret price action.
Mechanical markets behave differently from narrative-driven markets.
In mechanical selloffs:
Bounces are shallow and short-lived.
Liquidity disappears quickly.
Volatility expands in waves.
Correlation across assets increases.
These are often signs that portfolios are being resized, not repositioned.
And because the objective is to get risk back within limits, not to optimize entry and exit prices, the selling can overshoot. Once those risk thresholds are satisfied, the market can rebound just as abruptly.
Ryan’s emphasis on tail awareness connects directly here. If you understand that institutions are reacting to volatility itself, not just to news, you are less likely to misinterpret the flow.
A Shift in Mindset: From Cutoff to Conditional
The deeper lesson from Ryan’s discussion is not just about statistics. It is about mindset.
VAR encourages a cutoff mentality. As long as losses remain inside a defined percentile, you feel safe. Once breached, you scramble.
CVAR encourages a conditional mentality. If we are in the tail, assume the environment is unstable. Assume losses can extend. Assume risk systems across the market are tightening simultaneously.
That shift is powerful for traders. It changes how you respond when volatility spikes. Instead of immediately fading a move because “it is extreme,” you consider whether the system itself is amplifying it.
Ryan made it clear that markets are endogenous. Participants react to prices, and those reactions change prices further. Risk models are part of that feedback loop. When volatility rises, it does not just reflect stress. It can produce stress.
Conclusion: Understanding the Plumbing Beneath the Tape
The Volatility Corner webinar highlighted something that rarely gets discussed outside institutional circles: risk management frameworks can be drivers of market behavior.
Ryan’s breakdown of VAR versus CVAR clarifies why tail events can escalate so quickly. VAR focuses on a percentile boundary. CVAR focuses on what happens once you cross it. The difference is not academic. It is structural.
Fabio’s contribution ties it directly to trading reality. As volatility rises, risk budgets shrink. Shrinking budgets force selling. Selling increases volatility. And the loop can continue until positions are reset.
For traders, the value in this discussion is perspective. Not every sharp move is purely informational. Sometimes the market is responding to its own risk architecture.
Recognizing when the system is de-risking can keep you from fighting the tape. It can also prepare you for the moment when the mechanical pressure exhausts itself.
Markets are not just collections of opinions. They are systems governed by constraints. And as Ryan emphasized in the webinar, understanding those constraints is often the key to understanding the move.
Join us today
Access daily Market Research and our interactive Dashboard. Make better trading decisions.