https://github.com/daleroberts/heston
Implementations of the Heston stochastic volatility model
https://github.com/daleroberts/heston
finance numerical-codes option-pricing r
Last synced: about 1 year ago
JSON representation
Implementations of the Heston stochastic volatility model
- Host: GitHub
- URL: https://github.com/daleroberts/heston
- Owner: daleroberts
- License: bsd-3-clause
- Created: 2013-05-22T23:10:25.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-04-15T07:09:33.000Z (about 11 years ago)
- Last Synced: 2025-04-13T06:15:32.278Z (about 1 year ago)
- Topics: finance, numerical-codes, option-pricing, r
- Language: R
- Size: 188 KB
- Stars: 25
- Watchers: 5
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Heston stochastic volatility model
This code includes:
- Semi-closed form solution for a European call option
- Monte Carlo solution (Absorbing at zero + Euler method)
- Monte Carlo solution (Reflecting at zero + Euler method)
- Monte Carlo solution (Reflecting at zero + Milstein method)
- Monte Carlo solution (Alfonsi correction)
- Plotting implied volality surface
