English

Solving the optimal stopping problem with reinforcement learning: an application in financial option exercise

Computational Finance 2022-08-02 v1 Artificial Intelligence

Abstract

The optimal stopping problem is a category of decision problems with a specific constrained configuration. It is relevant to various real-world applications such as finance and management. To solve the optimal stopping problem, state-of-the-art algorithms in dynamic programming, such as the least-squares Monte Carlo (LSMC), are employed. This type of algorithm relies on path simulations using only the last price of the underlying asset as a state representation. Also, the LSMC was thinking for option valuation where risk-neutral probabilities can be employed to account for uncertainty. However, the general optimal stopping problem goals may not fit the requirements of the LSMC showing auto-correlated prices. We employ a data-driven method that uses Monte Carlo simulation to train and test artificial neural networks (ANN) to solve the optimal stopping problem. Using ANN to solve decision problems is not entirely new. We propose a different architecture that uses convolutional neural networks (CNN) to deal with the dimensionality problem that arises when we transform the whole history of prices into a Markovian state. We present experiments that indicate that our proposed architecture improves results over the previous implementations under specific simulated time series function sets. Lastly, we employ our proposed method to compare the optimal exercise of the financial options problem with the LSMC algorithm. Our experiments show that our method can capture more accurate exercise opportunities when compared to the LSMC. We have outstandingly higher (above 974\% improvement) expected payoff from these exercise policies under the many Monte Carlo simulations that used the real-world return database on the out-of-sample (test) data.

Keywords

Cite

@article{arxiv.2208.00765,
  title  = {Solving the optimal stopping problem with reinforcement learning: an application in financial option exercise},
  author = {Leonardo Kanashiro Felizardo and Elia Matsumoto and Emilio Del-Moral-Hernandez},
  journal= {arXiv preprint arXiv:2208.00765},
  year   = {2022}
}

Comments

8 pages, 6 figures, WCCI2022 IEEE WORLD CONGRESS ON COMPUTATIONAL INTELLIGENCE

R2 v1 2026-06-25T01:22:39.201Z