AI Trading Strategies / Convertible Arbitrage

Convertible Arbitrage: Capturing Bond-Equity Mispricings Without the Greeks Nightmare

Tesla's convertible bond trades at $1,180 while the embedded call option is worth $280 more. Buy the bond, short the stock, capture the spread—if you can calculate the hedge ratio. Here's how AI turns Greeks calculations and spread tracking from a quant nightmare into a conversation.

Andrew Grosser

Andrew Grosser

February 16, 2026 • 15 min read

October 2023: A technology company issues a $1,000 face value convertible bond with a 3.5% coupon and a conversion ratio of 8.5 shares. The stock trades at $135, giving a conversion value of $1,148 (8.5 shares × $135). The bond trades at $1,180—$32 above conversion value—meaning investors pay $32 per bond for the optionality to convert if the stock rallies further, plus downside protection if the stock drops since they still hold a bond paying 3.5% coupon.

But here's the arbitrage: using a Black-Scholes model with current volatility at 42%, time to maturity at 4.2 years, and risk-free rate at 4.1%, that embedded call option is worth approximately $310 per bond. The bond should trade at $1,458 ($1,148 conversion value + $310 option value). Instead, it's at $1,180—a $278 discount. Someone is willing to sell you a $310 option for $32.

Sourcetable's AI trading analyst includes built-in Greeks calculations and spread tracking for convertible arbitrage. Try it free.

The Greeks Problem That Makes Convertible Arbitrage Impossible in Excel

Understanding convertible arbitrage conceptually takes 10 minutes. Executing it properly takes building a quantitative infrastructure that most traders don't have. You need Black-Scholes or binomial tree models to value the embedded option, delta calculations to determine hedge ratios, gamma tracking to identify when rebalancing is needed, vega analysis to understand volatility exposure, and credit spread monitoring to catch when bonds cheapen for fundamental reasons versus technical mispricings.

Let's say you buy 100 Tesla convertible bonds at $1,180 ($118,000 total) and need to establish a delta-neutral hedge. In Excel, you start by building a Black-Scholes calculator. That requires implementing the cumulative normal distribution function (not built into Excel), calculating d1 and d2 terms, computing N(d1) for delta. The formula looks like: =EXP(-dividend_yield*time)*NORM.S.DIST(d1,TRUE) where d1 itself is a complex calculation involving natural logs of stock price to strike ratios, volatility, and time adjustments.

Assuming you successfully build the Black-Scholes model and calculate delta at 0.58, you need to short 58% of the shares represented by your convertible position. That's 100 bonds × 8.5 shares/bond × 0.58 delta = 493 shares to short. You short 493 shares at $135 for $66,555 in proceeds. Now you have a position.

But you're not done—not even close:

  • Delta changes with every stock price move — as the stock rises to $142, delta increases to 0.64, meaning you're under-hedged by 51 shares (need 544 shorted, only have 493)
  • Gamma tells you how fast delta changes — high gamma means frequent rebalancing; calculating gamma requires second partial derivatives of the option pricing formula
  • Vega tracks volatility sensitivity — if implied volatility drops from 42% to 38%, your bond value decreases even if the stock doesn't move; requires continuous vol monitoring
  • Theta measures time decay — you're long theta on the bond (good) but paying borrow costs on the short stock (bad); need to track net carry
  • Credit spreads affect bond pricing — if credit spreads widen 50 basis points, the bond cheapens independent of the embedded option value; requires credit market monitoring
  • Interest rate sensitivity — bonds have duration; if rates rise, bond value falls even with equity hedge in place

That's six different risk factors requiring continuous monitoring and complex calculations—for one position. Hedge funds running convertible arbitrage books manage 50-200 positions simultaneously. In Excel, that means 50 separate Black-Scholes calculators, 50 sets of Greeks, 50 hedge ratio calculations that need updating multiple times per day as markets move. Build one formula wrong and your hedge ratios are off, leading to unintended directional bets.

How Convertible Bonds Work: The Hybrid Security Advantage

Convertible bonds are corporate bonds with an embedded call option allowing holders to convert the bond into a fixed number of shares. This hybrid structure creates unique pricing dynamics that arbitrageurs exploit.

The Bond Floor: Downside Protection

Every convertible bond has a bond floor—the value it would trade at as a straight bond without the conversion feature. Calculate this using standard bond math: present value of future coupon payments plus par value at maturity, discounted at the appropriate yield for the company's credit quality. For a $1,000 face value convertible with 3.5% coupon, 4.2 years to maturity, and the company's straight bonds yielding 5.8%, the bond floor is approximately $908.

This floor provides downside protection. If the stock collapses from $135 to $50, the conversion value plummets to $425 (8.5 shares × $50), but the bond won't trade below $908 because rational investors will buy it for the 3.5% coupon plus eventual par redemption. This asymmetry—unlimited upside via equity conversion, limited downside via bond floor—is what makes convertibles attractive to issuers and investors.

Conversion Value: The Equity Upside

Conversion value equals the current stock price multiplied by the conversion ratio. With the stock at $135 and ratio of 8.5, conversion value is $1,148. If the stock rallies to $160, conversion value rises to $1,360 (8.5 × $160). Holders can convert and immediately sell shares for this value, so the bond must trade at least at conversion value (minus transaction costs).

Ask Sourcetable: "Calculate conversion value for my convertible bonds with stock at $135 and conversion ratio 8.5."

It returns: $1,148 per bond. If you hold 100 bonds, total conversion value is $114,800. The AI also notes: "With bonds trading at $1,180, you're paying a $32 conversion premium (2.8%). This premium represents the time value of the embedded call option plus any credit spread adjustments."

Conversion Premium: The Option Value

The conversion premium is how much above conversion value the bond trades. In our example, the bond trades at $1,180 versus $1,148 conversion value—a $32 premium (2.8%). This premium compensates bondholders for the option to benefit from future stock appreciation while maintaining downside bond floor protection.

The premium's appropriate size depends on stock volatility, time to maturity, dividend yield, and interest rates. High volatility increases option value, so the premium should be larger. Short time to maturity decreases option value. The arbitrage opportunity exists when the market premium is significantly different from the theoretical option value calculated via Black-Scholes or binomial models.

Delta Hedging: The Core of Convertible Arbitrage

The key to market-neutral convertible arbitrage is maintaining the correct delta hedge—shorting just enough stock to offset equity exposure from the long bond position. Get delta wrong and you're making a directional bet. Get it right and you capture the bond's mispricing regardless of which way the stock moves.

What Delta Means

Delta measures how much the convertible bond's price changes for a $1 move in the stock. A delta of 0.60 means if the stock rises $1, the bond rises approximately $0.60 per share of conversion (or $5.10 per bond with an 8.5 conversion ratio). To hedge this, you short 0.60 shares per share of conversion exposure—for 100 bonds with 8.5 ratio, that's 510 shares (100 × 8.5 × 0.60).

Delta changes with stock price. When the stock is well below the conversion price (bond is "out of the money"), delta is low—maybe 0.20—because the bond behaves more like a bond. When the stock is well above conversion ("in the money"), delta approaches 1.0—the bond moves almost one-for-one with the stock because conversion is a certainty. The sweet spot for arbitrage is typically delta between 0.40 and 0.70, where the embedded option has significant time value but the position isn't too far out of the money.

Ask Sourcetable: "Calculate delta for a convertible bond with stock at $135, conversion ratio 8.5, volatility 42%, time to maturity 4.2 years, strike effectively at $117.65 (based on $1,000 par / 8.5 ratio)."

The AI runs a Black-Scholes calculation and returns: Delta = 0.58. It explains: "With the stock at $135 and effective strike at $117.65, this convertible is moderately in-the-money. For 100 bonds with 8.5 conversion ratio, hedge by shorting 493 shares (100 × 8.5 × 0.58). At current stock price of $135, that's $66,555 in short proceeds."

Dynamic Rebalancing: The Gamma Challenge

Delta isn't static—it changes as the stock price moves. Gamma measures the rate of delta change. High gamma means delta changes rapidly, requiring frequent rebalancing. For a convertible at-the-money (stock near the effective conversion price), gamma is highest. You might have delta of 0.58 at $135, but at $142 (5% rally), delta could be 0.68. Your hedge is now too small—you're under-hedged by 85 shares (need 578 shorted, only have 493).

In Excel, tracking gamma means calculating second partial derivatives of your option pricing formula. Sourcetable handles this conversationally: "What's my current gamma exposure and which positions need rebalancing?"

The AI analyzes your entire portfolio: Tesla convertible: Gamma 0.012, delta drift +10 shares. Amazon convertible: Gamma 0.008, delta drift -23 shares. Nvidia convertible: Gamma 0.019, delta drift +47 shares—REBALANCE NEEDED. It prioritizes the Nvidia position because high gamma plus large stock movement created significant delta drift. You rebalance the Nvidia hedge immediately while Tesla and Amazon can wait.

Credit Risk: When Arbitrage Becomes Directional

Convertible arbitrage is supposed to be market-neutral, but it's never credit-neutral. You're long the bond (credit risk exposure) and short the stock (no credit exposure). If credit spreads widen because the company's fundamentals deteriorate, the bond cheapens even with a perfect equity hedge.

Separating Credit from Equity

Professional convertible arbitrageurs decompose returns into equity P&L (which should be neutral) and credit P&L (which they actively manage or hedge). When a convertible bond cheapens, you need to determine: Is this equity volatility (good—your hedge protects you) or credit deterioration (bad—unhedged risk)?

Monitor credit spreads on the company's straight bonds. If the 5-year note spread widens from 180bp to 250bp, the convertible's credit component cheapens too. The bond floor drops—maybe from $908 to $860—pulling down the entire convertible price even if the stock and embedded option are unchanged. You lose money on the long bond position without offsetting gains from your short stock hedge.

Ask Sourcetable: "Show me credit spread changes for all my convertible positions over the past week. Flag positions where spreads widened more than 30 basis points."

The AI integrates credit market data and returns: Tesla: +15bp (stable), Amazon: +8bp (stable), Nvidia: +52bp (WARNING). Nvidia bond spread widened from 165bp to 217bp. Estimated impact on bond floor: -$28 per bond. Your 150-bond position is down $4,200 from credit alone. This flags a position needing attention—either exit, add credit protection via CDS, or monitor closely if you believe the credit widening is temporary.

Real-World Example: Trading the Tesla Convertible

Let's walk through a complete convertible arbitrage trade from analysis to exit. You're scanning the convertible bond market for mispriced opportunities and Tesla's 2028 convertible catches your attention.

The bond details: $1,000 face value, 3.5% coupon, 4.2 years to maturity, conversion ratio of 8.5 shares. Tesla stock trades at $135, giving conversion value of $1,148. The bond trades at $1,180. You pull up your Black-Scholes calculator (or ask Sourcetable) and calculate that with volatility at 42%, the embedded call option is worth approximately $310. The bond should trade around $1,458 ($1,148 conversion + $310 option value), but it's at $1,180—a $278 mispricing.

You decide to establish a position. Buy 100 bonds at $1,180 for $118,000 total. Calculate delta at 0.58, meaning you short 493 shares (100 × 8.5 × 0.58) at $135 for $66,555 in proceeds. Your net capital deployed is $51,445 ($118,000 bond cost minus $66,555 short proceeds).

Ask Sourcetable: "Show me my position Greeks and expected P&L if the bond reprices to fair value."

The AI calculates: Delta: 0.58 (nearly neutral). Gamma: 0.012 (moderate rebalancing needs). Vega: 0.45 (somewhat sensitive to vol changes). If bond rises to theoretical value of $1,458, your long position gains $27,800 (100 bonds × $278). Short stock position loses approximately $16,124 based on delta adjustment. Net expected profit: $11,676 (22.7% return on $51,445 capital).

Over the next three weeks, the trade plays out:

  • Week 1: Stock rallies 4% to $140.40. Bond rises to $1,215. Your delta drifted to 0.63—you're under-hedged by 43 shares. Sourcetable alerts you to rebalance. You short additional 43 shares.
  • Week 2: Market realizes the bond is undervalued. Bond jumps to $1,320 as arbitrageurs pile in. Stock at $138. Your long bond position is up $14,000, short position down $1,479. Net P&L: +$12,521.
  • Week 3: Bond continues rising to $1,395. Credit spreads stable. Stock drifts to $136. Bond now only $63 below theoretical value.

You ask Sourcetable: "Should I take profit now or wait for full convergence?"

The AI analyzes: Current profit: $20,320 (39.5% on capital in 3 weeks). Remaining upside to fair value: $6,300. Risk: if credit spreads widen 50bp, you could give back $4,200. Recommendation: Take profit. You've captured 73% of the theoretical mispricing with minimal risk taken.

You exit. Sell 100 bonds at $1,395 for $139,500. Cover 536-share short at $136 for $72,896. Net proceeds: $66,604. Original capital: $51,445. Profit after commissions: $15,006 (29.2% return in 3 weeks).

That's convertible arbitrage executed professionally—complex Greeks calculations, dynamic rebalancing, risk monitoring, all managed through AI conversations instead of quantitative models.

Key Takeaways

  • Convertible arbitrage captures mispricings between convertible bonds and underlying stocks by buying undervalued bonds and shorting equity to remain market-neutral. The strategy generates 8-12% annual returns with low correlation to equities when executed properly.

  • Traditional analysis requires building Black-Scholes models, calculating Greeks (delta, gamma, vega, theta), tracking credit spreads, and continuously rebalancing hedges—a quantitative infrastructure most traders don't have. Excel makes this practically impossible at scale.

  • Sourcetable turns Greeks calculations into conversation: "Calculate delta for my position"0.58. "Which bonds need rebalancing?" → Prioritized list with delta drift. "Show credit spread changes" → Table flagging widening spreads. All without formulas or programming.

  • Successful convertible arbitrage requires understanding delta hedging (maintaining market neutrality), gamma management (rebalancing frequency), credit risk (when bonds cheapen for fundamental reasons), and knowing when convergence opportunities justify the complexity.

  • Professional arbitrageurs manage 50-200 positions simultaneously, monitoring multiple risk factors across each position. Sourcetable provides portfolio-level Greeks analysis, sector exposure breakdowns, and performance tracking by position—institutional capabilities through plain English queries.

Frequently Asked Questions

If your question is not covered here, you can contact our team.

Contact Us
What is convertible arbitrage and how does it work?
Convertible arbitrage involves buying convertible bonds (which can convert to stock) while simultaneously shorting the underlying stock to create a market-neutral position. The strategy captures mispricings when the bond trades below its theoretical value based on embedded option value. You profit as the bond reprices to fair value while your short stock hedge protects against directional equity moves.
How much capital do I need for convertible arbitrage?
Minimum capital varies by bond denomination and margin requirements. Most convertible bonds trade in $1,000 par increments. For proper diversification, start with $100,000-250,000 to hold 3-5 positions of 50-100 bonds each. Remember you're deploying net capital (bond cost minus short stock proceeds), typically 40-60% of gross position size depending on delta.
What is delta and why does it matter?
Delta measures how much the convertible bond's price changes for a $1 move in the stock. A delta of 0.60 means the bond moves $0.60 for every $1 stock move (per share of conversion). You hedge by shorting delta × conversion ratio shares. Delta changes with stock price (gamma), requiring continuous rebalancing. Get delta wrong and you're making directional bets instead of capturing arbitrage spreads.
How do I calculate Greeks without building option models?
Sourcetable's AI calculates all Greeks automatically. Upload your convertible bond data (conversion ratio, coupon, maturity) and stock prices, then ask: 'Calculate delta for my positions' or 'Show me portfolio gamma exposure.' The AI runs Black-Scholes or binomial models behind the scenes, delivering results instantly without requiring you to understand the complex mathematics.
What risks are not hedged in convertible arbitrage?
Credit risk is the primary unhedged exposure. You're long the bond (credit exposure) but short stock (no credit protection). If the company's credit deteriorates, spreads widen and the bond floor drops—you lose money despite a perfect equity hedge. Also exposed to interest rate risk (duration), liquidity risk (can't exit positions), and volatility risk if trading vol-dependent strategies.
When should I rebalance my hedge?
Rebalance when delta drifts significantly from your target—typically when stock moves 5-10% or delta changes by 0.10 or more. High gamma positions need more frequent rebalancing. Ask Sourcetable daily: 'Which positions need rebalancing?' It flags positions where delta drift creates material directional exposure, prioritizing by gamma and stock movement magnitude.
Can I automate convertible arbitrage execution?
Partial automation is possible but challenging. Sourcetable can automate Greeks calculations, rebalancing alerts, and spread monitoring. However, convertible bonds trade over-the-counter (not on exchanges), making fully automated execution difficult. Stock shorts can be automated via broker APIs. Most pros use automated analysis with manual trade execution to ensure proper fills on both legs.
Andrew Grosser

Andrew Grosser

Founder, CTO @ Sourcetable

Sourcetable is the AI-powered spreadsheet that helps traders, analysts, and finance teams hypothesize, evaluate, validate, and iterate on trading strategies without writing code.

Share this article

Sourcetable Logo
Ready to implement convertible arbitrage?

Backtest, validate, and execute convertible arbitrage with AI. Greeks calculations, spread tracking, and hedge ratios—no models required.

Drop CSV