Learn how portfolio managers use futures, options, and swaps to manage and mitigate various market risks, aligning derivative overlays with broader investment strategies.
Believe it or not, the first time I ever used derivatives in a portfolio, I was a little nervous. I mean, they sound so fancy—futures, options, swaps. But it turns out that using derivatives for risk control isn’t all that intimidating once you understand the key concepts: You’re basically ensuring that your portfolio won’t unravel if markets move against you. Instead of selling your physical holdings—which might be complicated, time-consuming, or just plain expensive—you can turn to derivatives to manage risk exposures in a (hopefully) cost-effective way.
In what follows, we’ll explore how derivatives like futures, options, and swaps can help you hedge (or offset) some of the risk in your portfolio. Along the way, I’ll share a few personal observations, and we’ll talk about best practices, potential pitfalls, and a few real-world examples to tie everything together.
I remember sitting in a risk management meeting (in my early days as a junior analyst), and the head of trading said something like, “Well, we can either sell these 1,000 shares of stock in the open market, or we can just short a futures contract with the same notional value and keep the shares.” That was a bit of an “aha” moment: By using a short futures position, we effectively locked in our gains on the stock without having to physically sell it. This simple example shows why derivatives are so handy:
• They allow you to hedge price risk without altering your underlying holdings.
• They can be cheaper (in terms of transaction costs) compared to liquidating a position or restructuring the entire portfolio.
• They provide flexibility—futures, options, or swaps can be layered on top of any existing portfolio to adjust exposure.
When we talk about “risk control,” we’re looking to mitigate threats from adverse movements in equity prices, interest rates, or currency exchange rates. Derivatives let you quickly change, reduce, or neutralize these exposures as needed.
Derivatives come in many forms, but the following are the real workhorses when it comes to hedging:
• Futures Contracts: Contracts where you agree to buy or sell a particular asset at a predetermined price on a future date. Commonly used to manage equity, interest rate, and currency exposures.
• Options (Calls and Puts): Contracts that give you the right (but not the obligation) to buy or sell the underlying asset at a specified strike price. They can be used to hedge downside risk (via puts) or lock in purchase prices (via calls).
• Swaps: Private agreements—often used to exchange cash flows, such as swapping floating-rate interest payments for fixed-rate ones or exchanging currency exposures.
Let’s visualize how derivatives fit into your portfolio’s risk management in a simple flowchart:
flowchart LR A["Portfolio Manager <br/>(Equity Exposure)"] --> B["Short S&P 500 <br/>Futures"] B["Short S&P 500 <br/>Futures"] --> C["Reduced Market <br/>Risk Exposure"]
In the diagram above, the portfolio holds some equity exposure (A). By taking a short position in S&P 500 futures (B), the manager reduces (C) the net market risk of the overall portfolio.
At the core of any good derivative overlay is the hedge ratio. The hedge ratio tells you how much of your underlying position’s risk is offset by your hedge. If you have an equity portfolio worth $100 million and you decide to short futures on an equity index with a notional value of $80 million, your hedge ratio would be 0.8 (or 80%). While that ratio might sound precise, in reality, it needs careful calibration.
• A hedge ratio of 1.0 (or 100%) would, in theory, remove almost all of the portfolio’s market risk—although, as we’ll see, basis risk can still cause minor mismatches.
• Over-hedging (a hedge ratio > 1.0) can introduce negative market exposure (a net short position) and add leverage in unexpected ways.
• Under-hedging (a hedge ratio < 1.0) leaves you partially exposed to the underlying market moves.
Below is a tiny code snippet in Python that shows a naive approach to calculating a hedge ratio for an equity portfolio. This is very simplified—real hedge ratios often require deeper statistical analysis.
1import numpy as np
2
3portfolio_value = 100e6
4
5# and we want to hedge 80% of the portfolio
6desired_hedge_percent = 0.8
7
8hedge_notional = portfolio_value * desired_hedge_percent
9
10contracts_needed = hedge_notional / 50_000
11
12print(f"Hedge Notional: ${hedge_notional}")
13print(f"Futures Contracts to Short: {contracts_needed}")
One golden rule of derivatives hedging is: perfect hedges are rare. There’s something called “basis risk,” which is the risk that the price movement of the hedging instrument (let’s say, an index future) doesn’t perfectly match the price movement of your underlying asset (your portfolio might differ from the index). If your portfolio is heavily tilted toward tech stocks but you hedge using a broad market index future, you might find that your hedge underperforms if tech rallies more than the broader market.
• Correlation Between the Portfolio and the Hedge Instrument
• Timing Differences (futures may have expiration dates that don’t line up perfectly with your investment horizon)
• Contract Specifications and Underlying Indices
Imagine you’re long a basket of emerging market bonds, but you can only find a liquid futures contract on U.S. Treasuries. Your hedge will reduce some interest rate risk, but it’s definitely going to leave you with plenty of basis risk since emerging market bonds have credit risk, currency risk, and other factors that Treasuries don’t.
When a portfolio manager designs a risk control overlay, they typically follow these steps:
• Identify the Risk Exposure: Are we hedging equity market volatility, interest rate fluctuations, or currency swings?
• Determine Hedge Ratio: What proportion of the portfolio should be hedged to meet the risk budget or risk tolerance?
• Select the Appropriate Instrument: Futures, options, swaps, or a combination.
• Monitor and Rebalance: Keep a close eye on the hedge’s performance, adjusting if exposures shift or if certain market events unfold.
I recall one time we’d hedged our strong euro exposure (the portfolio was denominated in euros) using currency swaps. It seemed all good—until the euro spiked more than we anticipated. Our hedge ratio was only 50% to balance out a partial risk preference, so we still got some currency-related whiplash. That’s a prime example of how important it is to keep rechecking your hedge coverage over time.
Leverage is like fire in the world of derivatives: It’s super useful but also dangerous if it’s not handled with care. Because derivatives often have relatively small initial margin requirements compared to their notional value, you can unintentionally gear up your portfolio’s net exposure. Over-hedging—where your hedge ratio exceeds 1.0—can shift your portfolio from net long to net short. This might be a strategic choice, but if it happens by accident or drift, it can be a real problem.
Derivatives come with operational complexities. For instance, exchange-traded instruments (like standard futures or exchange-traded options) typically require you to post margin. OTC instruments (like many swaps) often require negotiations about collateral and credit support annexes (CSAs). There’s also a big difference in liquidity profiles. Exchange-traded markets generally have deeper liquidity, while OTC markets can be thinner or more specialized.
From a regulatory perspective, some jurisdictions have strict limits on how and whether you can use derivatives. Portfolio managers must ensure that derivative usage aligns with local laws, client mandates, and the overall Investment Policy Statement (IPS). Documenting these strategies in a clear derivatives policy statement (or as part of the IPS) is a common best practice.
Suppose you manage a $500 million global equity portfolio that’s heavily skewed toward U.S. large-cap stocks. You’re nervous about an upcoming earnings season that might cause short-term turbulence in the markets. You decide to partially hedge 70% of your equity exposure using S&P 500 index futures.
Let’s say your Canadian-based portfolio has a significant holding in Japanese equities, and you’re worried about a potential weakening of the yen against the Canadian dollar. One approach is to enter into a currency swap:
And that’s about it—at least in concept. In practice, you’ve got to carefully negotiate swap terms, including credit risk provisions, margining requirements, and settlement dates.
It’s tempting to set up a hedge and forget it, but that’s a big no-no. Hedge effectiveness can deteriorate over time due to:
• Changes in the portfolio’s composition.
• Movements in the underlying index used for the futures or swap.
• Basis risk that emerges or worsens if the correlation between the hedge and the underlying exposure shifts.
You’ll want to regularly:
• Mark-to-market your derivative positions.
• Calculate your net exposure (the underlying plus the derivative overlay) to ensure it’s still within your acceptable risk range.
• Adjust the hedge ratio as needed to match changes in your portfolio or market environment.
So, you know how it goes in finance: If it’s not written down, someone’s going to question it at the next audit or compliance check. Proper documentation of your hedge strategy is critical. Typically, you’ll include a summary of:
• The derivative instruments allowed.
• The specific exposures you’re hedging.
• Maximum allowable leverage or notional amounts.
• Reporting cadence for trades, margin calls, and performance updates.
Keeping these records updated helps you demonstrate that you’ve followed your Investment Policy Statement (IPS) guidelines and that you understand the potential pitfalls of your derivative overlays.
• Always define your hedge objective clearly. Is it a temporary hedge to get through a market event or a longer-term overlay to maintain a steady-state risk level?
• Watch out for basis risk—it can sink you if you assume a perfect correlation.
• Keep a close eye on leverage; derivatives can amplify your portfolio’s risk instead of reducing it if misused.
• Stay on top of margin calls. Even if your hedge is theoretically offsetting losses in the underlying, you might need to post additional collateral if the derivative position is losing value.
• Document everything. This includes the rationale, the instruments used, and the performance of the strategy.
When approaching exam questions on derivatives for risk control:
• Interpret the scenario carefully to identify the appropriate derivative instrument.
• Understand how to calculate a basic hedge ratio (they often give you portfolio value, contract size, or notional needed).
• Watch for the mention of basis risk—exams love to ask how basis risk might impact the hedge’s effectiveness.
• Reinforce your awareness of margin versus collateral, and remember that exam scenarios often revolve around margin calls or liquidity issues.
• Be ready to discuss the differences between exchange-traded and OTC derivatives.
Important Notice: FinancialAnalystGuide.com provides supplemental CFA study materials, including mock exams, sample exam questions, and other practice resources to aid your exam preparation. These resources are not affiliated with or endorsed by the CFA Institute. CFA® and Chartered Financial Analyst® are registered trademarks owned exclusively by CFA Institute. Our content is independent, and we do not guarantee exam success. CFA Institute does not endorse, promote, or warrant the accuracy or quality of our products.