Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Quantitative Finance›Longstaff-Schwartz Method
Machine learningMonte Carlo Methods

Longstaff-Schwartz Method

Longstaff-Schwartz Least-Squares Monte Carlo · Also known as: LSM, Least-Squares MC, Optimal Stopping

The Longstaff-Schwartz method (2001) is a Monte Carlo algorithm for pricing American options and Bermudan swaptions by approximating the optimal exercise boundary via least-squares regression. It has become the industry standard for pricing path-dependent derivatives where analytical solutions do not exist.

ScholarGate
  1. Machine learning
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Longstaff-Schwartz Method
Bates ModelLocal Volatility (Dupire)Risk-Neutral ValuationSABR Model

When to use it

Use Longstaff-Schwartz for pricing American and Bermudan options where other methods (tree, PDE) are infeasible or slow. Essential for long-dated Bermudan swaptions, interest rate exotics, and multi-dimensional derivatives. Convergence is slow (1/sqrt(N)); use variance reduction for speed.

Strengths & limitations

Strengths
  • Flexible: applies to any path-dependent payoff and any number of dimensions
  • Practical: simple to implement; regress-backward approach is intuitive
  • Convergent: provably converges to true value as path count increases
  • Widely adopted: industry standard for Bermudan swaptions and complex exotics
Limitations
  • Computational cost: requires many paths (100K+) and regression at each time step
  • Low convergence rate: 1/sqrt(N) means need large N for high precision
  • Bias: can under-estimate continuation value if basis functions misfit; use high-order basis
  • High dimensionality curse: regression becomes unstable in 5+ dimensions without dimensionality reduction

Frequently asked

How do I choose the basis functions?

Start with orthogonal polynomials (Hermite, Laguerre) or simple powers (1, S, S^2, ...). Use 2-4 terms for low-dim problems, 5-7 for moderate. Test basis convergence: if adding more terms changes price significantly, basis is too small. Use Chebyshev or Laguerre if spot is lognormal (more efficient).

How many paths do I need?

Start with 10K paths for 1% precision. LSM convergence is ~1/sqrt(N), so 100K paths give ~0.3% precision. For 0.1% precision, need 1M paths. Use low-discrepancy sequences (Sobol) to reduce paths by factor of 2-3.

Why backward regression?

American options are naturally solved backward: at maturity, payoff is known. At each earlier date, you use future payoffs to estimate continuation value. Forward simulation would require solving the option value at each state in advance, which is the standard PDE or tree approach (slow in high dimensions).

Can I use LSM for all exotics?

LSM works for any payoff that can be simulated forward. Limitations: (1) slow for very high dimensions (5+) without dimensionality reduction, (2) slow for very long-dated products (many time steps), (3) subtle when multiple exercise dates or path-dependent features interact.

Sources

  1. Longstaff, F. A., & Schwartz, E. S. (2001). Valuing American options by simulation: A simple least-squares approach. Review of Financial Studies, 14(1), 113-147. DOI: 10.1093/rfs/14.1.113 ↗
  2. Clements, D. J., & Minca, A. (2008). A simulation approach to estimating near-optimal valuation functions for Bermudan options. Journal of Computational Finance, 12(2), 73-96. link ↗

How to cite this page

ScholarGate. (2026, June 3). Longstaff-Schwartz Least-Squares Monte Carlo. ScholarGate. https://scholargate.app/en/quantitative-finance/longstaff-schwartz-method

Related methods

Bates ModelLocal Volatility (Dupire)Risk-Neutral ValuationSABR Model

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Bates ModelQuantitative Finance↔ compare
  • Local Volatility (Dupire)Quantitative Finance↔ compare
  • Risk-Neutral ValuationQuantitative Finance↔ compare
  • SABR ModelQuantitative Finance↔ compare
Compare side by side →

Similar methods

Binomial Option PricingLocal Volatility (Dupire)Carr-Madan FFTMultilevel Monte Carlo SimulationCrank-Nicolson PricingBlack-Scholes ModelLibor Market ModelGreeks via Automatic Differentiation

Related reference concepts

Monte Carlo MethodsMonte Carlo IntegrationIto's FormulaIto Calculus and Stochastic IntegrationMonte Carlo MethodsStochastic Optimization

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Longstaff-Schwartz Method (Longstaff-Schwartz Least-Squares Monte Carlo). Retrieved 2026-07-21 from https://scholargate.app/en/quantitative-finance/longstaff-schwartz-method · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Francis A. Longstaff and Eduardo S. Schwartz
Subfamily
Monte Carlo Methods
Year
2001
Type
Valuation Algorithm
Related methods
Bates ModelLocal Volatility (Dupire)Risk-Neutral ValuationSABR Model
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account