pith. machine review for the scientific record. sign in

arxiv: 2604.06068 · v1 · submitted 2026-04-07 · 💱 q-fin.CP

Recognition: 2 theorem links

· Lean Theorem

Beyond Black-Scholes: A Computational Framework for Option Pricing Using Heston, GARCH, and Jump Diffusion Models

Authors on Pith no claims yet

Pith reviewed 2026-05-10 17:59 UTC · model grok-4.3

classification 💱 q-fin.CP
keywords option pricingHeston modelGARCHMerton jump diffusionMonte Carlo simulationBlack-Scholesstochastic volatilityvolatility forecasting
0
0 comments X

The pith

Heston stochastic volatility model produces option prices closer to market values than Black-Scholes in Monte Carlo tests.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper sets out to move option pricing past the constant-volatility assumption of Black-Scholes by running Monte Carlo simulations under three alternative processes: GARCH for time-varying volatility, Heston for stochastic volatility, and Merton for jumps. A reader would care because these extensions directly address volatility clustering and sudden moves that basic models ignore, potentially improving hedging and valuation accuracy on real data. The experiments calibrate each model to the same November 2024 live market quotes and compare the resulting price distributions against observed option values. Results indicate that the Heston process yields the smallest deviations from market prices in most cases, Merton handles assets with abrupt changes effectively, and GARCH supplies better forward volatility estimates.

Core claim

The Heston model consistently produces estimates closer to market prices, while the Merton model performs well for volatile assets with sudden price movements. The GARCH model provides improved volatility forecasts for future option price prediction.

What carries the argument

Monte Carlo path simulation under the Heston stochastic-volatility dynamics, GARCH volatility recursion, and Merton jump-diffusion process, each calibrated to the same underlying price series.

If this is right

  • Pricing desks could replace constant-volatility Monte Carlo with Heston paths for equity options to reduce mispricing relative to observed quotes.
  • For assets that exhibit price jumps, the Merton model supplies a practical alternative that captures sudden moves without extra parameters.
  • GARCH-based volatility forecasts can be fed into longer-horizon pricing engines to improve estimates of future option values.
  • The overall framework demonstrates that these three extensions remain computationally feasible for daily pricing tasks.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • If volatility clustering is the dominant deviation from Black-Scholes, then Heston-type models may also improve pricing of path-dependent claims such as barriers or Asians.
  • Calibration stability across multiple months would be a useful next test; single-month results leave open the possibility that the ranking changes with market regime.
  • Adding dividends or interest-rate stochasticity to the same Monte Carlo engines would show whether the reported advantages survive more realistic market features.

Load-bearing premise

The Monte Carlo code for Heston, GARCH, and Merton contains no implementation or calibration errors and the single month of November 2024 data is representative enough for general statements about model performance.

What would settle it

An independent re-run of the same Monte Carlo engines on a second calendar month of option quotes in which the Heston prices deviate farther from market values than the Black-Scholes prices would falsify the reported superiority.

Figures

Figures reproduced from arXiv: 2604.06068 by Karmanpartap Singh Sidhu, Pranshi Saxena.

Figure 2
Figure 2. Figure 2: Estimated Option price Vs Market price for MARA [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 1
Figure 1. Figure 1: Estimated Option price Vs Market price for SHOPIFY [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 3
Figure 3. Figure 3: Estimated Option price Vs Market price for META [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Estimated Option price Vs Market price for AMC [PITH_FULL_IMAGE:figures/full_fig_p006_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Estimated Option price Vs Market price for AMC [PITH_FULL_IMAGE:figures/full_fig_p008_5.png] view at source ↗
Figure 7
Figure 7. Figure 7: Estimated Option price Vs Market price for Monte Carlo Method [PITH_FULL_IMAGE:figures/full_fig_p009_7.png] view at source ↗
read the original abstract

This research addresses accurate option pricing by employing models beyond the traditional Black-Scholes framework. While Black-Scholes provides a closed-form solution, it is limited by assumptions of constant volatility, no dividends, and continuous price movements. To overcome these limitations, we use Monte Carlo simulation alongside the GARCH model, Heston stochastic volatility model, and Merton jump-diffusion model. The Black-Scholes-Monte Carlo method simulates diverse stock price paths using geometric Brownian motion. The GARCH model forecasts time-varying volatility from historical data. The Heston model incorporates stochastic volatility to capture volatility clustering and skew. The Merton jump-diffusion model adds sudden price jumps via a Poisson process. Results show the Heston model consistently produces estimates closer to market prices, while the Merton model performs well for volatile assets with sudden price movements. The GARCH model provides improved volatility forecasts for future option price prediction. All experiments used live market data from November 2024.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

3 major / 2 minor

Summary. The paper proposes a Monte Carlo simulation framework for option pricing that extends beyond Black-Scholes by incorporating the GARCH model for time-varying volatility, the Heston stochastic volatility model, and the Merton jump-diffusion model. Using live market data from November 2024, it reports that the Heston model produces option price estimates consistently closer to observed market prices, the Merton model performs well for volatile assets with sudden movements, and the GARCH model yields improved volatility forecasts.

Significance. If the comparative results can be replicated with expanded datasets, explicit calibration details, and statistical validation, the work could provide practical guidance on model selection for option pricing under different market regimes. The computational approach itself follows standard methods and does not introduce novel theoretical advances.

major comments (3)
  1. [Abstract and Results] The central empirical claim in the abstract that the Heston model 'consistently produces estimates closer to market prices' is supported only by data from a single calendar month (November 2024). No multi-period hold-out testing, regime-stratified evaluation, or sensitivity analysis to calibration windows is described, which prevents the ranking from supporting general conclusions about model superiority.
  2. [Methodology] No parameter values, calibration procedures, convergence checks, error bars, or statistical tests (such as RMSE with significance levels) are supplied for the Monte Carlo implementations of the Heston variance process, GARCH(1,1) recursion, or Merton Poisson jumps. This absence makes the reported performance differences unverifiable and raises the possibility of implementation or estimation artifacts.
  3. [Results] The free parameters listed for each model (Heston: kappa, theta, sigma, rho, v0; GARCH parameters; Merton jump intensity and size) are calibrated from the same historical window used for testing, creating an unaddressed circularity risk that could inflate apparent outperformance without explicit hold-out or cross-validation procedures.
minor comments (2)
  1. [Abstract] The abstract refers to a 'Black-Scholes-Monte Carlo method' but does not explicitly state how its implementation and parameter choices differ from the other three models in the reported comparisons.
  2. [Results] The manuscript would benefit from tables reporting specific pricing errors, parameter estimates, and simulation settings (e.g., number of paths, time steps) to improve transparency and reproducibility.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for the constructive and detailed feedback. The comments correctly identify areas where greater transparency, statistical rigor, and broader validation would strengthen the manuscript. We address each major comment below and will incorporate revisions to improve reproducibility and reduce risks of overinterpretation.

read point-by-point responses
  1. Referee: [Abstract and Results] The central empirical claim in the abstract that the Heston model 'consistently produces estimates closer to market prices' is supported only by data from a single calendar month (November 2024). No multi-period hold-out testing, regime-stratified evaluation, or sensitivity analysis to calibration windows is described, which prevents the ranking from supporting general conclusions about model superiority.

    Authors: We agree that reliance on a single month limits the strength of general claims. The November 2024 window was chosen for its recency and inclusion of both calm and volatile trading days, but it does not constitute a comprehensive test across regimes. In the revision we will expand the empirical analysis to at least three additional months, introduce an explicit hold-out design (calibrate on earlier data, evaluate on later data), and add a sensitivity table showing how rankings change with different calibration windows. The abstract will be reworded to describe the observed pattern for the examined period rather than asserting general superiority. revision: yes

  2. Referee: [Methodology] No parameter values, calibration procedures, convergence checks, error bars, or statistical tests (such as RMSE with significance levels) are supplied for the Monte Carlo implementations of the Heston variance process, GARCH(1,1) recursion, or Merton Poisson jumps. This absence makes the reported performance differences unverifiable and raises the possibility of implementation or estimation artifacts.

    Authors: We accept that the current manuscript lacks the necessary implementation details. The revised version will add a dedicated “Implementation and Calibration” subsection that reports: all final parameter values, the exact optimization or estimation routines used (maximum-likelihood for GARCH, least-squares matching to implied volatilities for Heston, moment matching for Merton jumps), the number of Monte Carlo paths and variance-reduction techniques, convergence diagnostics (price stabilization plots), standard errors from repeated runs, and RMSE values between model and market prices together with a simple paired t-test or Wilcoxon test for significance where appropriate. revision: yes

  3. Referee: [Results] The free parameters listed for each model (Heston: kappa, theta, sigma, rho, v0; GARCH parameters; Merton jump intensity and size) are calibrated from the same historical window used for testing, creating an unaddressed circularity risk that could inflate apparent outperformance without explicit hold-out or cross-validation procedures.

    Authors: The concern about in-sample calibration bias is valid. We will revise the experimental design to enforce a strict temporal separation: model parameters will be estimated on the first portion of each multi-month dataset and pricing accuracy will be measured on the subsequent hold-out portion. A rolling-window calibration scheme will also be presented so that readers can see performance under repeated out-of-sample conditions. These changes will be documented with explicit train/test date ranges and corresponding performance tables. revision: yes

Circularity Check

0 steps flagged

No circularity in computational comparison of standard models

full rationale

The paper presents Monte Carlo simulations of established models (Heston stochastic volatility, GARCH, Merton jump-diffusion) to price options and compare outputs to November 2024 market data. No analytic derivation, first-principles result, or mathematical chain is claimed or shown that reduces by construction to its own inputs. Results are simulation outputs from standard implementations; any parameter fitting is part of the empirical workflow rather than a self-definitional loop. The limited dataset raises questions of generalizability but does not create circularity under the specified criteria.

Axiom & Free-Parameter Ledger

3 free parameters · 3 axioms · 0 invented entities

The work rests on the standard domain assumptions of each named model plus the usual Monte Carlo convergence premise; no new entities are postulated and no parameters are derived from first principles.

free parameters (3)
  • Heston parameters (kappa, theta, sigma, rho, v0)
    Calibrated to historical data to produce the reported prices; exact values and fitting procedure not stated in abstract.
  • GARCH parameters
    Estimated from historical returns to forecast volatility; fitting window and order not specified.
  • Merton jump intensity and size distribution
    Chosen to match observed jumps; values and estimation method omitted.
axioms (3)
  • domain assumption Stock prices follow geometric Brownian motion between jumps in the Merton model
    Standard assumption invoked when the abstract describes the jump-diffusion component.
  • domain assumption Volatility is mean-reverting in the Heston model
    Core modeling choice of the Heston framework used for the stochastic-volatility paths.
  • standard math Monte Carlo paths converge to the true expectation as the number of simulations increases
    Implicit in any Monte Carlo pricing claim.

pith-pipeline@v0.9.0 · 5469 in / 1718 out tokens · 52861 ms · 2026-05-10T17:59:33.127626+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Lean theorems connected to this paper

Citations machine-checked in the Pith Canon. Every link opens the source theorem in the public Lean library.

What do these tags mean?
matches
The paper's claim is directly supported by a theorem in the formal canon.
supports
The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
extends
The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
uses
The paper appears to rely on the theorem as machinery.
contradicts
The paper's claim conflicts with a theorem or certificate in the canon.
unclear
Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.

Reference graph

Works this paper leans on

7 extracted references · 1 canonical work pages

  1. [1]

    Options: A Monte Carlo Approach

    Boyle, P. P. (1977). “Options: A Monte Carlo Approach.”Journal of Financial Economics, 4(3), 323–338

  2. [2]

    Monte Carlo Methods for Security Pricing

    Boyle, P. P., Broadie, M., & Glasserman, P. (1997). “Monte Carlo Methods for Security Pricing.”Journal of Economic Dynamics and Control, 21(8-9), 1267–1321

  3. [3]

    Efficient Procedures for Valuing European and American Path-Dependent Options

    Hull, J., & White, A. (1993). “Efficient Procedures for Valuing European and American Path-Dependent Options.”Journal of Derivatives, 1(1), 21–31

  4. [4]

    Heston, S. L. (1993). A closed-form solution for options with stochastic volatility with applications to bond and currency options.The Review of Financial Studies, 6(2), 327–343

  5. [5]

    and U ˘gur, ¨O., 2024

    Cengizci, S. and U ˘gur, ¨O., 2024. A Computational Study for Pric- ing European- and American-Type Options Under Heston’s Stochastic V olatility Model: Application of the SUPG-YZβFormulation.Compu- tational Economics, pp.1–28

  6. [6]

    Incorporating Prior Financial Domain Knowledge into Neural Networks for Implied Volatility Surface Prediction , journal =

    Zheng, Y ., Yang, Y . and Chen, B., 2019. Gated deep neural networks for implied volatility surfaces.arXiv preprint arXiv:1904.12834, 7

  7. [7]

    and Tomas, M., 2021

    Horvath, B., Muguruza, A. and Tomas, M., 2021. Deep learning volatility: a deep neural network perspective on pricing and calibration in (rough) volatility models.Quantitative Finance, 21(1), pp.11–27