Skip to main content

The Formula to calculate some exotic options.

Project description

EOPricer Model

This simple Python package calculates the price of some barrier and exotic options. This consists on an adptation of the Black and Scholes Model to the Bjerksund e Stensland Studies.

Install

pip install exotic-options

Import

from exotic_options import EOPricer

Class and Function arguments

Args: S (float): Current price of the underlying asset. K (float): Strike price of the option. r (float): Risk-free interest rate most appropriate for this option. T (float): Number of days till the expiration date. H (float): Barrier Value. type (str): Type of the option. Either 'call' or 'put'. Defaults to 'call'.

Create an instance of EOPricer Class

pricer = EOPricer(S=None, K=None, r=None, T=None, H=None, option_type='call')
pricer.call_down_and_out(sigma=None)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exotic_options-0.2.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page