Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 24 days ago
JSON representation

Implementations of the Heston stochastic volatility model

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

![impvol](https://rawgithub.com/daleroberts/heston/master/images/impvol.png)