# pyfin
**Repository Path**: triobox/pyfin
## Basic Information
- **Project Name**: pyfin
- **Description**: Basic options pricing in Python
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2021-06-05
- **Last Updated**: 2024-04-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# pyfin
-------
[
](http://badge.fury.io/py/pyfin)
[
](https://travis-ci.org/opendoor-labs/pyfin)
[
](https://pypi.python.org/pypi/pyfin)
###### Basic options pricing in Python
“Oh cool. Probably a little easier than spinning up the QuantLib stack.” — [Wes McKinney](https://github.com/wesm), creator of [Pandas](https://github.com/pydata/pandas)
### Features
-------
* Option valuation w/ Black-Scholes, lattice (binomial tree), and Monte Carlo simulation models.
* Basic Greeks calculation (delta, theta, rho, vega, gamma) across each valuation model.
* Discrete dividends support in the lattice (binomial tree) and Monte Carlo simulation models.
* Early exercise (American options) support in Monte Carlo simulation through the Longstaff-Schwartz technique.
* Minimal dependencies, just Numpy & SciPy.
* Free software, released under the MIT license.