Learn R Programming

LSMRealOptions

Value American-style and Real Options Through LSM Simulation

The least-squares Monte Carlo (LSM) simulation method is a popular method for the approximation of the value of early and multiple exercise options. 'LSMRealOptions' provides implementations of the LSM simulation method to value American option products and capital investment projects through real options analysis. 'LSMRealOptions' values capital investment projects with cash flows dependent upon underlying state variables that are stochastically evolving, providing analysis into the timing and critical values at which investment is optimal. 'LSMRealOptions' provides flexibility in the stochastic processes followed by underlying assets, the number of state variables, basis functions and underlying asset characteristics to allow a broad range of assets to be valued through the LSM simulation method. Real options projects are further able to be valued whilst considering construction periods, time-varying initial capital expenditures and path-dependent operational flexibility including the ability to temporarily shutdown or permanently abandon projects after initial investment has occurred.

Installation

You can install the released version of LSMRealOptions from CRAN with:

install.packages("LSMRealOptions")

And the development version from GitHub with:

devtools::install_github("TomAspinall/LSMRealOptions")

which contains source code for the package starting with version 0.1.0.

Copy Link

Version

Install

install.packages('LSMRealOptions')

Monthly Downloads

307

Version

0.2.1

License

GPL-3

Maintainer

Thomas Aspinall

Last Published

June 26th, 2021

Functions in LSMRealOptions (0.2.1)

LSM_real_option_OF

Value operationally flexible capital investment projects through least-squares Monte Carlo (LSM) simulation:
GBM_simulate

Simulate the geometric Brownian motion (GBM) stochastic process through Monte Carlo simulation
LSM_real_option

Value capital investment projects through least-squares Monte Carlo (LSM) simulation:
GOU_simulate

Simulate the geometric Ornstein-Uhlenbeck (GOU) stochastic process through Monte Carlo simulation
IGBM_simulate

Simulate the inhomogeneous geometric Brownian motion (IGBM) stochastic process through Monte Carlo simulation
LSM_american_option

Value American-style options through least-squares Monte Carlo (LSM) simulation