(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":["/wp-json/openid-connect/userinfo","wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
In this article we will discuss about the JP Morgan Collar. First, some context. JP Morgan’s Hedged Equity Fund (JHEQX) is one of the largest hedged equity vehicles in the world. It uses a put spread collar strategy designed to deliver consistent equity exposure with partial downside protection — at the cost of capping some upside gains.
There are three funds in the suite:
JHEQX: Hedged Equity Fund 1 — the flagship, trading quarterly.
JHQDX: Hedged Equity Fund 2 — same structure, offset three months.
JHQTX: Hedged Equity Fund 3 — also identical but staggered further.
The Core Structure: Put Spread Collar
So, what is a put spread collar?
In its simplest form:
Buy an out-of-the-money (OTM) put to protect against big market declines (e.g., 20% down).
Sell a closer-to-ATM put to reduce the cost (e.g., 5% down).
Sell an OTM call to further finance the hedge — and cap upside participation above that strike.
JP Morgan Collar Trade Explained 5
The trade-off is intuitive: you pay less (or nothing) for protection but give up any gains above the short call’s strike price.
Example:
If SPX sits at 6000, a typical structure might be:
Buy 4800 put (20% down).
Sell 5700 put (5% down).
Sell 6200 call to fund the whole structure.
This means the fund is protected on the downside between 4800 and 5700 but stops participating in gains above 6200. In effect, it creates a defined corridor for returns over the next three months.
Quarterly Execution: The Rules
What makes JHEQX unique is the consistency.
The collar resets every quarter, always on the final business day.
The strikes are selected based on SPX levels and the target down 20% / down 5% spread.
The call strike is chosen to make the entire package “zero-cost” as closely as possible.
One of the most misunderstood points: they never adjust or defend the structure mid-life.
They do not monetize puts if the market sells off, nor do they close calls if the market rallies. They hold the collar through expiry, then roll.
This “always on, never adjusted” approach is critical, it creates mechanical hedging flows that are extremely predictable.
The Role of the Deep ITM 0DTE Call
If you’ve seen chatter about “the 0DTE JPM call,” here’s why it exists.
When the new collar is initiated at, say, 1 PM ET on the roll date, the fund still holds its old collar until the close.
This means, for a few hours, they’d be synthetically double-hedged if they didn’t neutralize the overlap. To fix this, the fund pairs the new collar trade with a deep ITM 0DTE call that expires at the close. This balances the exposure.
So, the sequence is:
Old collar is still active.
New collar is entered with a paired 0DTE call.
The call offsets the new hedge’s delta until the old one expires.
At the close, both the old collar and the 0DTE call vanish, leaving the new collar in place.
This structure minimizes disruptive intraday delta impacts, a key reason why the flow’s timing is so carefully coordinated.
Market Impact: More Than Gamma Pinning
Most traders focus only on “gamma pinning.” Yes, near expiration the sheer size of these collars can pin SPX to certain levels, but the impact is far deeper.
How it flows through:
Delta Hedging: When the market moves, dealers adjust futures to stay neutral.
Vega Dynamics: The collar trades sell vega to the Street, influencing implied vol surfaces.
Vanna Effects: The interaction between skew and spot-vol moves means that if SPX rallies, dealers can get longer vega, forcing further adjustments.
Charm: As time passes, the decay in delta exposure reshapes hedging needs.
Example: August 5th, 2024
On this day, the VIX product’s dislocation forced an outsized spike in implied vol when liquidity was already strained. This shift in vol forced dealers to sell large amounts of futures to rebalance delta. Even a small net delta change across tens of thousands of contracts can equate to hundreds or thousands of futures bought or sold in minutes.
Expiration Dynamics
Expiration day is where the real magic happens.
The collar expires fully at the close, so any final adjustments must occur in the final hour.
Dealers use “BTIC” (Basis Trade at Index Close) contracts instead of dumping huge futures positions live into a thin market.
The fund’s new collar immediately takes effect, maintaining its hedged status.
Skew, Vanna, and Ongoing Effects
Beyond delta and gamma, the collar reshapes the implied vol surface.
It buys tight skew and sells out-of-the-money wings, flattening the skew curve.
It re-supplies dealers with long vanna, which means they recycle hedges dynamically.
Spot moves and implied vol moves push and pull delta/vega relationships, creating feedback loops.
In short: it’s not just a static hedge. The collar’s influence flows through the entire market structure for weeks.
Practical Takeaways for Traders
What does all this mean for you?
Predictable flows: If you know the approximate size, timing, and structure, you can anticipate areas of dealer hedging pressure, gamma pinning, and vanna-driven reflexivity.
Don’t fear the ITM call: The fund doesn’t care if the short call expires deep ITM — they want consistent hedging, not maximizing upside.
Mind expiration windows: Major pinning and vol surface adjustments often cluster near quarter-end expiries.
Follow the roll timing: The real action often isn’t the trade itself — it’s how dealers re-hedge through BTIC and how delta exposure changes as the old collar expires.
Conclusion
The JP Morgan Quarterly Put Spread Collar isn’t just an esoteric footnote. It’s a structural force that anchors billions in passive equity exposure to an options strategy that systematically feeds predictable flows into the SPX options complex.
Understanding this trade means appreciating how methodical, mechanical positioning can ripple through futures, options, implied vol, skew, and index levels — not just for a day but throughout the entire market cycle.
Whether you’re trading short-term gamma swings, tracking pinning zones, or building macro overlays, mastering the collar’s mechanics is a true edge in today’s volatility-driven world.
To see how these flows translate into actionable levels and positioning, chat with QUIN to learn more and dig deeper
Join us today
Access daily Market Research and our interactive Dashboard. Make better trading decisions.