{ "info": { "author": "sonntagsgesicht, based on a fork of Deutsche Postbank [pbrisk]", "author_email": "sonntagsgesicht@icloud.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Financial and Insurance Industry", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Education", "Topic :: Office/Business", "Topic :: Office/Business :: Financial", "Topic :: Office/Business :: Scheduling", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "\n\nPython library *putcall*\n------------------------\n\n.. image:: https://img.shields.io/codeship/621a4060-ba8a-0137-eb4a-4a1d2f2d4303/master.svg\n :target: https://codeship.com//projects/364830\n :alt: CodeShip\n\n.. image:: https://travis-ci.org/sonntagsgesicht/putcall.svg?branch=master\n :target: https://travis-ci.org/sonntagsgesicht/putcall\n :alt: Travis ci\n\n.. image:: https://img.shields.io/readthedocs/putcall\n :target: http://putcall.readthedocs.io\n :alt: Read the Docs\n\n.. image:: https://img.shields.io/codefactor/grade/github/sonntagsgesicht/putcall/master\n :target: https://www.codefactor.io/repository/github/sonntagsgesicht/putcall\n :alt: CodeFactor Grade\n\n.. image:: https://img.shields.io/codeclimate/maintainability/sonntagsgesicht/putcall\n :target: https://codeclimate.com/github/sonntagsgesicht/putcall/maintainability\n :alt: Code Climate maintainability\n\n.. image:: https://img.shields.io/codecov/c/github/sonntagsgesicht/putcall\n :target: https://codecov.io/gh/sonntagsgesicht/putcall\n :alt: Codecov\n\n.. image:: https://img.shields.io/lgtm/grade/python/g/sonntagsgesicht/putcall.svg\n :target: https://lgtm.com/projects/g/sonntagsgesicht/putcall/context:python/\n :alt: lgtm grade\n\n.. image:: https://img.shields.io/lgtm/alerts/g/sonntagsgesicht/putcall.svg\n :target: https://lgtm.com/projects/g/sonntagsgesicht/putcall/alerts/\n :alt: total lgtm alerts\n\n.. image:: https://img.shields.io/github/license/sonntagsgesicht/putcall\n :target: https://github.com/sonntagsgesicht/putcall/raw/master/LICENSE\n :alt: GitHub\n\n.. image:: https://img.shields.io/github/release/sonntagsgesicht/putcall?label=github\n :target: https://github.com/sonntagsgesicht/putcall/releases\n :alt: GitHub release\n\n.. image:: https://img.shields.io/pypi/v/putcall\n :target: https://pypi.org/project/putcall/\n :alt: PyPI Version\n\n.. image:: https://img.shields.io/pypi/pyversions/putcall\n :target: https://pypi.org/project/putcall/\n :alt: PyPI - Python Version\n\n.. image:: https://img.shields.io/pypi/dm/putcall\n :target: https://pypi.org/project/putcall/\n :alt: PyPI Downloads\n\nCollection of classical option pricing formulas.\n\n\nExample Usage\n-------------\n\n.. code-block::\n\n >>> from putcall import black_scholes\n\n >>> spot_value = 100\n >>> strike_value = 105\n >>> vol_value = 0.2\n >>> time_value = 2.0\n >>> is_call_bool = True\n >>> rate = 0.05\n\n >>> black_scholes(spot_value, strike_value, vol_value, time_value, is_call_bool, rate)\n 13.639602713024757\n\n\nInstall\n-------\n\nThe latest stable version can always be installed or updated via pip:\n\n.. code-block:: bash\n\n $ pip install putcall\n\nIf the above fails, please try easy_install instead:\n\n.. code-block:: bash\n\n $ easy_install putcall\n\n\nDevelopment Version\n-------------------\n\nThe latest development version can be installed directly from GitHub:\n\n.. code-block:: bash\n\n $ pip install --upgrade git+https://github.com/pbrisk/putcall.git\n\n\nContributions\n-------------\n\n.. _issues: https://github.com/pbrisk/putcall/issues\n.. __: https://github.com/pbrisk/putcall/pulls\n\nIssues_ and `Pull Requests`__ are always welcome.\n\n\nLicense\n-------\n\n.. __: https://github.com/pbrisk/putcall/raw/master/LICENSE\n\nCode and documentation are available according to the Apache Software License (see LICENSE__).\n\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sonntagsgesicht/putcall", "keywords": "", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "putcall", "package_url": "https://pypi.org/project/putcall/", "platform": "any", "project_url": "https://pypi.org/project/putcall/", "project_urls": { "Homepage": "https://github.com/sonntagsgesicht/putcall" }, "release_url": "https://pypi.org/project/putcall/0.2/", "requires_dist": [ "mathtoolspy" ], "requires_python": "", "summary": "Collection of classical option pricing formulas.", "version": "0.2" }, "last_serial": 5849973, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "609194c58efd7999cb90dcb533845147", "sha256": "88e2efc6afa3675b11865db72575e7f5ca7cb16214df0ffaf9322343e3ddda3c" }, "downloads": -1, "filename": "putcall-0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "609194c58efd7999cb90dcb533845147", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 18927, "upload_time": "2017-07-08T07:59:25", "url": "https://files.pythonhosted.org/packages/40/a8/7ba5e47f4c018c341e46e3f17f13cd2f392e4af6fb6b6d61ee767c3c2cc2/putcall-0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "da027b76165671034c10ab0101647745", "sha256": "df8bac6591b521842f5569fdb3aef445eedd956ac6a8f19fd7f9e04a1f492d00" }, "downloads": -1, "filename": "putcall-0.1.tar.gz", "has_sig": false, "md5_digest": "da027b76165671034c10ab0101647745", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17418, "upload_time": "2017-07-08T07:59:26", "url": "https://files.pythonhosted.org/packages/84/51/912c42b39b6f6ca1612f5cbb0f7caf47b8f692b8876d2937d054538d89d4/putcall-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "cf56b21009daf83446f51195f51a6c39", "sha256": "82d3f8072e984c415f30d24bdb5967a121c5c8e6e4be87caf04751bcdcbe26a3" }, "downloads": -1, "filename": "putcall-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "cf56b21009daf83446f51195f51a6c39", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 23801, "upload_time": "2019-09-18T12:51:06", "url": "https://files.pythonhosted.org/packages/23/1e/761b1ac18f6afd30f7aa785c939fe9ae92820d14bf502bd8644f3df4e9f1/putcall-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "58d1a1fb72d91d4785c32edc67aaa744", "sha256": "ed7dfc5d22f500d89912bba8eb05cd69cb8bb343551442ade9ec37f4f4afd86c" }, "downloads": -1, "filename": "putcall-0.2.tar.gz", "has_sig": false, "md5_digest": "58d1a1fb72d91d4785c32edc67aaa744", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17831, "upload_time": "2019-09-18T12:51:07", "url": "https://files.pythonhosted.org/packages/f5/01/af51bcd2f765964c9c8b1af8c45c9db0f6904a01f42699a937d571ef1617/putcall-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cf56b21009daf83446f51195f51a6c39", "sha256": "82d3f8072e984c415f30d24bdb5967a121c5c8e6e4be87caf04751bcdcbe26a3" }, "downloads": -1, "filename": "putcall-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "cf56b21009daf83446f51195f51a6c39", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 23801, "upload_time": "2019-09-18T12:51:06", "url": "https://files.pythonhosted.org/packages/23/1e/761b1ac18f6afd30f7aa785c939fe9ae92820d14bf502bd8644f3df4e9f1/putcall-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "58d1a1fb72d91d4785c32edc67aaa744", "sha256": "ed7dfc5d22f500d89912bba8eb05cd69cb8bb343551442ade9ec37f4f4afd86c" }, "downloads": -1, "filename": "putcall-0.2.tar.gz", "has_sig": false, "md5_digest": "58d1a1fb72d91d4785c32edc67aaa744", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17831, "upload_time": "2019-09-18T12:51:07", "url": "https://files.pythonhosted.org/packages/f5/01/af51bcd2f765964c9c8b1af8c45c9db0f6904a01f42699a937d571ef1617/putcall-0.2.tar.gz" } ] }