Equity9 min read·May 9, 2026

Implied Skew Reconstruction — Decrement Baskets

How to build an implied vol surface for a basket with no listed options — from single-name calibrations through Monte Carlo to autocall pricing impacts.

01

The Problem

Consider a custom basket of NN stocks with initial weights wiw_i, subject to a fixed decrement dd (typically 50 bps/year or 5% annualised). This basket is the underlying of an autocall structure.

No options trade on this basket — so there is no observable implied vol surface. However, listed options exist on each individual component SiS_i, giving us full implied vol surfaces σiimp(K,T)\sigma_i^{\text{imp}}(K, T).

The goal: reconstruct the implied vol surface of the basket from the single-name surfaces and a correlation structure, in a way that is arbitrage-free and consistent with market data.

Why not a simple vol ratio?

The naive approach — scaling a benchmark index surface by a constant ratio k=σbaskethist/σindexhistk = \sigma_{\text{basket}}^{\text{hist}} / \sigma_{\text{index}}^{\text{hist}} — fails because it preserves the shape of the benchmark skew, which has no reason to match the basket's. The skew of a custom basket depends on its specific composition, sector concentration, correlation structure, and rebalancing rules. A scalar multiple cannot capture any of this.

02

Basket Dynamics

The basket performance index at time tt, before decrement, is defined as:

Basket Level(2.1)
Bt=i=1NwiSi,tSi,0B_t = \sum_{i=1}^{N} w_i \frac{S_{i,t}}{S_{i,0}}

For a proportional decrement at rate dd per annum:

Decrement Index(2.2)
It=BtedtI_t = B_t \cdot e^{-d \, t}

The decrement acts as a forward shift — it lowers the forward of the basket without changing its volatility directly. The adjusted forward is:

Fadj(T)=Fbasket(T)edTF_{\text{adj}}(T) = F_{\text{basket}}(T) \cdot e^{-d \, T}

Instantaneous variance of the basket. Under a multi-asset diffusion where each stock follows its local vol dynamics, the instantaneous variance of the basket is:

Basket Variance(2.3)
σB2(t)=i=1Nj=1Nw~i(t)w~j(t)ρijσiloc(Si,t)σjloc(Sj,t)\sigma_B^2(t) = \sum_{i=1}^{N} \sum_{j=1}^{N} \tilde{w}_i(t) \, \tilde{w}_j(t) \, \rho_{ij} \, \sigma_i^{\text{loc}}(S_i, t) \, \sigma_j^{\text{loc}}(S_j, t)

where w~i(t)=wiSi,t/Bt\tilde{w}_i(t) = w_i \, S_{i,t} / B_t are the effective weights at time tt, which drift dynamically as stocks diverge from each other.

Path dependency

The effective weights w~i(t)\tilde{w}_i(t) depend on the full path of each stock up to tt, not just on terminal levels. If the basket rebalances periodically to fixed weights, the weight dynamics reset at each rebalancing date. In both cases (fixed or rebalanced), the basket variance is path-dependent, which rules out closed-form solutions and forces a Monte Carlo approach.

03

The Reconstruction Pipeline

Step 1 — Calibrate local vol (or SLV) on each component. For each stock ii, invert its listed implied surface to obtain σiloc(S,t)\sigma_i^{\text{loc}}(S, t) via Dupire. For better forward-skew dynamics (critical for autocalls with distant barriers), calibrate a stochastic-local vol model (e.g. Heston + local vol lever function).

Step 2 — Specify the correlation structure. Build ρij\rho_{ij} either from historical realised correlations or — better — by extracting implied correlation from a benchmark index. If the benchmark index has vol σidximp\sigma_{\text{idx}}^{\text{imp}}, known weights ωi\omega_i, and the component vols are known, invert:

(σidximp)2=i,jωiωjρ^ijσiimpσjimp\left(\sigma_{\text{idx}}^{\text{imp}}\right)^2 = \sum_{i,j} \omega_i \, \omega_j \, \hat{\rho}_{ij} \, \sigma_i^{\text{imp}} \, \sigma_j^{\text{imp}}

for a flat implied correlation ρ^\hat{\rho}, or fit a parametric structure. Extract a term structure by doing this per maturity.

Step 3 — Multi-asset Monte Carlo simulation. Generate MM paths (typically 200k–500k for smooth skew) for all NN stocks simultaneously. At each time step:

  • Draw correlated Gaussians via Cholesky decomposition of ρ\rho.
  • Evolve each SiS_i under its own local vol σiloc(Si,t)\sigma_i^{\text{loc}}(S_i, t).
  • Compute BtB_t and apply the decrement to get ItI_t.
  • If the basket rebalances, reset weights at rebalancing dates.

Step 4 — Price vanillas on the basket and invert. From the simulated distribution of ITI_T, compute call and put prices on the basket for a grid of strikes KK and maturities TT:

C(K,T)=erTE ⁣[(ITK)+]erTMm=1M(IT(m)K)+C(K, T) = e^{-rT} \, \mathbb{E}\!\left[\left(I_T - K\right)^+\right] \approx \frac{e^{-rT}}{M} \sum_{m=1}^{M} \left(I_T^{(m)} - K\right)^+

Then invert Black-Scholes for each (K,T)(K, T) to recover:

σbasketimp(K,T)=BS1 ⁣(C(K,T),  Fadj(T),  K,  T)\sigma_{\text{basket}}^{\text{imp}}(K, T) = \text{BS}^{-1}\!\left(C(K, T),\; F_{\text{adj}}(T),\; K,\; T\right)

Step 5 — Smooth and parametrise. Fit the raw implied vol points with a parametric model — SVI (Gatheral) or SABR — to obtain a smooth, arbitrage-free, interpolable surface. This is what gets passed to the autocall pricer.

04

Where the Skew Comes From

The reconstructed skew of the basket is not assumed — it emerges mechanically from the simulation. It has three distinct drivers:

Single-name skew propagation

Each stock's local vol surface encodes its own skew: σiloc(S,t)\sigma_i^{\text{loc}}(S, t) is an increasing function of moneyness on the downside. In crash scenarios, all stocks move into regions of higher local vol, which inflates the basket variance. This propagates individual skew into the basket.

Correlation regime shift

In practice, correlations rise in down markets (the "correlation smile"). Even with a fixed ρij\rho_{ij} matrix, the effective correlation of the basket increases in down scenarios because individual skews push all vols higher simultaneously. If using stochastic or regime-dependent correlation, this effect is amplified further. This fattens the left tail of the basket distribution.

Weight concentration (dispersion effect)

In a fixed basket (no rebal), a stock that drops 40% sees its effective weight w~i\tilde{w}_i shrink, naturally de-risking the basket. But in a rebalanced basket, the weights are reset — you re-concentrate exposure on the loser, which now has the highest vol. This creates a pro-cyclical vol injection mechanism. Quantitatively, the post-rebal basket variance is higher than the pre-rebal variance because:

σB,post-rebal2=i,jwiwjρijσilocσjloc    >    i,jw~iw~jρijσilocσjloc=σB,pre-rebal2\sigma_{B,\text{post-rebal}}^2 = \sum_{i,j} w_i \, w_j \, \rho_{ij} \, \sigma_i^{\text{loc}} \, \sigma_j^{\text{loc}} \;\;>\;\; \sum_{i,j} \tilde{w}_i \, \tilde{w}_j \, \rho_{ij} \, \sigma_i^{\text{loc}} \, \sigma_j^{\text{loc}} = \sigma_{B,\text{pre-rebal}}^2

because reverting to equal weights (or initial weights) from post-crash drifted weights increases the contribution of high-vol stocks.

Net effect

The combination of these three channels — single-name skew, correlation regime, weight concentration — produces a basket implied vol surface with a steeper skew and heavier left tail than any individual component, and steeper still for rebalanced baskets vs. fixed baskets.

05

Impact on Autocall Pricing

An autocall investor is long coupons + early redemption and short a down-and-in put (KI barrier, typically 50–60% of initial). This makes the investor structurally short vol and short skew.

Vega exposure. The Vega of the autocall is net negative, dominated by the short put embedded in the KI. Higher basket vol → higher KI put value → lower autocall price to the investor. The rebalanced basket, being structurally more volatile, therefore commands a higher coupon (compensation for taking more risk) than the same structure on a fixed basket.

Skew exposure. The autocall's short KI put is deep OTM — its price is directly driven by the left tail of the basket distribution. A steeper skew means higher implied vol at the KI strike, which increases the embedded put value disproportionately. The pricing difference between a correctly reconstructed skew and a flat vol-ratio proxy can be significant — on the order of 50–150 bps of coupon for a typical 3Y–5Y autocall, depending on basket composition and barrier level.

Decrement amplification. The decrement lowers the forward of the basket, which has two effects:

  • The ATM vol reference shifts (the "moneyness" of the KI barrier changes relative to the forward).
  • The basket starts "closer" to the KI barrier in forward space, making the put more in-the-money in forward terms and increasing the sensitivity to the downside vol.
Forward-Adjusted Barrier Moneyness(5.1)
mKI=KKIFadj(T)=KKIFbasket(T)edTm_{\text{KI}} = \frac{K_{\text{KI}}}{F_{\text{adj}}(T)} = \frac{K_{\text{KI}}}{F_{\text{basket}}(T) \cdot e^{-dT}}

As dd increases, the effective moneyness of the KI barrier increases, making the embedded put more expensive and pushing the coupon higher.

Mispricing risk

Using a vol ratio proxy instead of a properly reconstructed skew systematically underestimates the left tail of the basket, which underprices the KI put and therefore overstates the autocall's value to the investor. For the issuing bank, this means taking on unhedged tail risk. The magnitude depends on how different the basket's true skew is from the proxy index's — which is precisely the information that the reconstruction pipeline provides.

06

Practical Considerations

Computational cost. Multi-asset MC with local vol on 20–50 underlyings requires 200k–500k paths for a smooth skew surface. This is GPU-amenable (embarrassingly parallel). Variance reduction via antithetic variates and control variates (using the benchmark index as control) can reduce the path count by 3–5x for the same accuracy.

Correlation calibration. The correlation matrix is the least observable and most sensitive input. Best practice is to calibrate on index dispersion trades (long index vol / short single-stock vol) or on correlation swap levels when available. The key sensitivity to test is the correlation skew — how much correlation increases in down scenarios — since this is the primary driver of the basket's left tail.

Rebalancing frequency. Discrete rebalancing (monthly, quarterly) must be modelled explicitly in the simulation. More frequent rebalancing → more vol injection → steeper skew. The rebalancing schedule is contractually fixed in the index rules, so it's not a modelling choice but a constraint to respect.

Stability. The reconstructed surface should be checked for calendar spread and butterfly arbitrage. The SVI/SABR fit enforces no-arbitrage constraints. Day-to-day stability of the surface depends on the stability of the single-name inputs and the correlation matrix — bumping each by 1 standard deviation and re-running the pipeline gives a practical measure of model risk.


07

Methods Comparison

MethodInputsSkew?Arb-Free?Use Case
Vol ratioHistorical vols, benchmark surfaceBorrowed from proxyNo guaranteeQuick & dirty indicative
Beta-adjusted skewβ vs proxy, ATM basket volScaled from proxyApproximateFast desk pricing
Analytical moment matchingSingle-name vols, ρ matrixATM + partial skewApproximateSanity checks, risk limits
MC local vol / SLVFull single-name surfaces, ρ matrixFully emergentYes (if fitted)Final pricing, large notionals