(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
A portfolio described as “Vega flat” may appear insulated from changes in implied volatility, but that assumption can be dangerously incomplete. While Vega measures first-order sensitivity to volatility, it ignores Volga (or Vomma), which captures how Vega itself changes when volatility moves.
This second-order effect becomes critical during sharp volatility spikes. At-the-money options often dominate initial Vega exposure but may show limited sensitivity expansion as volatility rises. In contrast, out-of-the-money options can experience rapidly increasing Vega due to positive Volga.
A portfolio balanced at one volatility level can therefore drift into significant short volatility exposure when markets become stressed. True risk management in volatility trading requires monitoring convexity, not just linear Vega neutrality.
Volga Trap: Why Vega Neutral Is Not Safe
It is common to hear a portfolio manager say their book is “Vega flat.” The implication is simple: if implied volatility jumps, the portfolio should be insulated. On paper, net Vega equals zero. A 10-point move in implied volatility should not materially change the value of the book. That logic sounds clean. It is also incomplete.
A portfolio can show zero net Vega and still carry significant exposure to the second-order effects of volatility. When volatility itself becomes volatile, that hidden exposure can dominate performance. This is where Volga, also known as Vomma, becomes critical.
The danger is not in misunderstanding Vega. The danger is assuming that Vega is sufficient.
The Volga Trap In Volatility Trading 8
Volga: The Gamma Of Volatility
Most traders are comfortable with Gamma. Gamma measures how Delta changes when the underlying price moves. It captures curvature.
Volga plays a similar role, but in volatility space. Instead of measuring how Delta responds to price, Volga measures how Vega responds to changes in implied volatility. It is the second derivative of option value with respect to volatility.
In simple terms, Vega tells you how much you gain or lose if implied volatility moves. Volga tells you how that Vega itself will change as volatility shifts.
If volatility risk were perfectly linear, Vega would be enough. But volatility is not linear. It has curvature, and that curvature is where portfolios often break down.
The Structural Difference Between ATM And OTM Options
Not all options respond to volatility in the same way. At-the-money options typically carry the highest Vega. That makes intuitive sense. Small changes in implied volatility meaningfully impact options that sit closest to the current price. However, as volatility rises significantly, the Vega of ATM options does not keep expanding indefinitely. In many cases, their sensitivity stabilizes or even declines slightly. This reflects negative Volga characteristics.
Out-of-the-money options behave differently. They often start with relatively low Vega because their probability of finishing in the money appears small. But when implied volatility expands sharply, those tail probabilities increase dramatically. As a result, the Vega of deep OTM options can rise aggressively. This is positive Volga in action.
This asymmetry is subtle but powerful. ATM options dominate first-order volatility sensitivity. OTM options dominate second-order sensitivity when volatility explodes.
The Volga Trap In Volatility Trading 9
How A Vega Neutral Portfolio Becomes Exposed
It is possible to construct a portfolio that is long ATM options and short OTM options in such a way that total Vega nets to zero. The math works cleanly at the starting volatility level. On a spreadsheet, the portfolio appears hedged.
But that hedge is linear. It balances Vega at one volatility point. It does not account for how Vega will evolve if implied volatility moves significantly. When volatility rises sharply, the OTM options that were initially low sensitivity begin to respond more aggressively. Their Vega expands. At the same time, the ATM options may not increase their Vega proportionally and may even see a relative decline in sensitivity.
The result is a portfolio that drifts away from Vega neutrality precisely when volatility accelerates. What began as balanced exposure can quickly turn into meaningful short Vega risk. This is the volatility-of-volatility trap.
When Volatility Spikes
In calm markets, the difference between Vega and Volga exposure may not appear dramatic. Small moves in implied volatility produce manageable PnL swings.
The problem emerges during stress events. When implied volatility jumps rapidly, curvature dominates. OTM options that were previously low risk become highly sensitive. Their Vega expands nonlinearly.
If you are short those options, your exposure increases at the same time that volatility is moving against you. Meanwhile, the ATM options you hold for protection may not compensate for the growing sensitivity on the short side.
Your net Vega at initiation no longer describes your true risk profile. The book effectively becomes short volatility in the very regime where volatility is accelerating.This is not a failure of mathematics. It is a misunderstanding of which mathematics matters.
Linear Metrics And Convex Risks
The core issue is simple. Vega is a linear measure. Volga captures convexity. If your portfolio contains convex exposure in volatility space, a first-order metric cannot fully describe the risk. It is similar to delta-hedging a portfolio without monitoring Gamma. The hedge appears stable for small moves, but larger shifts expose the curvature.
Volatility surfaces are inherently curved. Skew shifts, wings reprice, and tail risk becomes more expensive during stress. A book that is neutral at the center of the surface may carry significant convex exposure in the wings. Ignoring Volga means ignoring how that surface reshapes itself when volatility itself becomes unstable.
Managing Volatility Of Volatility Risk
There are different ways desks approach this problem. Some impose explicit Volga limits to control second-order volatility exposure. Others rely heavily on scenario analysis and stress testing, simulating large implied volatility shocks to observe how Vega evolves under extreme conditions.
Neither approach eliminates risk, but both acknowledge that Vega neutrality alone is not sufficient. The key insight is that volatility risk does not scale linearly. A portfolio constructed to look balanced under normal conditions can become imbalanced quickly when the volatility regime changes.
Conclusion
Vega neutrality is often treated as a sign of discipline in options trading. It suggests control and balance. But volatility markets are not governed by linear relationships alone.
Volga measures how volatility sensitivity itself changes. When implied volatility moves sharply, that second-order effect can overwhelm a carefully balanced Vega profile.
You cannot fully hedge a convex exposure with a linear metric. In volatility trading, monitoring Vega without understanding Volga is incomplete risk management. It may appear stable in calm markets, but it can unravel quickly when volatility accelerates.
The real question for any desk trading volatility surfaces is not whether net Vega is zero. It is how Vega behaves when volatility itself becomes unstable.