Skip to content

This is a repository showcasing deep learning approaches for pricing American options. It implements two optimal stopping methods : Deep Longstaff-Schwartz and Deep Optimal Stopping.

License

Notifications You must be signed in to change notification settings

Shiaroku/DeepOptimalOptionStopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepOptimalOptionStopping

This is a repository showcasing deep learning approaches for pricing American options. It implements two optimal stopping methods :

  • Deep Longstaff-Schwartz: Uses a neural network in a Monte Carlo simulation to estimate continuation values.
  • Deep Optimal Stopping: Applies reinforcement learning to learn the optimal exercise strategy.

Bibliography


Setup

  1. Clone the repository:

    git clone https://github.com/Shiaroku/DeepOptimalOptionPricing.git
    cd DeepOptimalOptionPricing

  2. Install dependencies:

    pip install -r requirements.txt


Usage

  • Notebooks: Explore the implementations and experiments in the notebooks/ directory.
  • Source Code: Find the core implementations in the src/ directory.
  • Tests: Run unit tests with pytest tests/ to verify functionality.

License

This project is licensed under the MIT License.

About

This is a repository showcasing deep learning approaches for pricing American options. It implements two optimal stopping methods : Deep Longstaff-Schwartz and Deep Optimal Stopping.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published