معرفی شرکت ها


exotic-options-0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

The Formula to calculate some exotic options.
ویژگی مقدار
سیستم عامل -
نام فایل exotic-options-0.2
نام exotic-options
نسخه کتابخانه 0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Joao Pedro Tavares
ایمیل نویسنده siqueiratav@gmail.com
آدرس صفحه اصلی https://github.com/Tavaresiqueira/exotic_options/
آدرس اینترنتی https://pypi.org/project/exotic-options/
مجوز -
# 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 ```bash pip install exotic-options ``` ## Import ```python 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 ```python pricer = EOPricer(S=None, K=None, r=None, T=None, H=None, option_type='call') pricer.call_down_and_out(sigma=None) ```


نحوه نصب


نصب پکیج whl exotic-options-0.2:

    pip install exotic-options-0.2.whl


نصب پکیج tar.gz exotic-options-0.2:

    pip install exotic-options-0.2.tar.gz