OptionGreekPricing
Table of Contents
Overview
Current Version: 1.0.3
A package written in Python with equations to calculate option Prices and Greeks using the following methods:
-
Put-Call Parity. The
PutCallobject contains the following equations:- Option price for a non-dividend stock.
- Option price for a discrete-dividend stock.
- Option price for a continuous-dividend stock.
- Option price for a currency option
-
Binomial Trees. The
BinomialTressobject contains the following equations:- Option price for a one period non-dividend stock.
- Option price for a multi-period non-dividend stock european option.
- Option price for a multi-period non-dividend stock american option.
- Option price for a multi-period currency exchange rate european option.
- Option price for a multi-period currency exchange rate american option.
- Option price for a multi-period futures contract american option.
-
Black-Scholes. The
BlackScholesobject contains the following equations:- Option price for a common stock.
- Option price for a common stock with discrete dividends.
- Option price for a currency exchange rate.
- Option price for a futures contract.
-
Greeks. The
Greeksobject contains the following equations for both call and put options:- Delta.
- Gamma.
- Vega.
- Theta.
- Rho.
- Psi.
-
Monte Carlo. The
MonteCarloobject contains the following equation:- Option price for a risk-neutral european option.
Setup
Setup - PyPi Install:
The project can be found at PyPI, if you'd like to view the project please use this link. To install the library, run the following command from the terminal.
pip install option-greek-pricing
Usage
For more detailed examples and explanations, please look at the following file: Option Pricing & Greeks.ipynb
Release files for option-greek-pricing 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| option_greek_pricing-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Release files / option_greek_pricing-1.0.3-py3-none-any.whl
| Download URL | option_greek_pricing-1.0.3-py3-none-any.whl |
|---|---|
| Size | 6.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
024e8b56f2bdcfdc7e83c56ffdb1a6598b133de5f49932a32d0acf1176cdef1a
|
|
BLAKE2b-256 checksum How to use checksums |
3bab18a92e5c0505ec24739a7e87b56da596c228f5e3fdb3ea7c5bb68c1ecaec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.2
|