Metadata-Version: 2.0
Name: putcall
Version: 0.1
Summary: Collection of classical option pricing formulas.
Home-page: https://github.com/pbrisk/putcall
Author: Deutsche Postbank AG [pbrisk]
Author-email: pbrisk_at_github@icloud.com
License: Apache License 2.0
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Education
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Utilities
Classifier: Topic :: Office/Business :: Scheduling
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Localization
Requires-Dist: mathtoolspy

=================================
putcall - option pricing formulae
=================================

.. image:: https://img.shields.io/codeship/b731e790-9d6a-0134-75d5-4e318545e956/master.svg
    :target: https://codeship.com//projects/188643

Collection of classical option pricing formulas.


Example Usage
-------------

.. code-block:: python

    from datetime import date

    from putcall import black_scholes


Install
-------

The latest stable version can always be installed or updated via pip:

.. code-block:: bash

    $ pip install putcall

If the above fails, please try easy_install instead:

.. code-block:: bash

    $ easy_install putcall


Development Version
-------------------

The latest development version can be installed directly from GitHub:

.. code-block:: bash

    $ pip install --upgrade git+https://github.com/pbrisk/putcall.git


Contributions
-------------

.. _issues: https://github.com/pbrisk/putcall/issues
.. __: https://github.com/pbrisk/putcall/pulls

Issues_ and `Pull Requests`__ are always welcome.


License
-------

.. __: https://github.com/pbrisk/putcall/raw/master/LICENSE

Code and documentation are available according to the Apache Software License (see LICENSE__).




