vanilla-option-pricers


Namevanilla-option-pricers JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/ArturSepp/VanillaOptionPricers
SummaryImplementation of fast options pricers and risk for Black-Scholes-Merton and Bachelier normal models
upload_time2024-06-21 10:44:33
maintainerArtur Sepp
docs_urlNone
authorArtur Sepp
requires_python<3.11,>=3.8
licenseLICENSE.txt
keywords black-scholes black-scholes-merton bachelier option pricing option delta
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # VanillaOptionPricers
 Fast and vectorised pricer and implied volatility fitters for Black-Scholes and Merton models

Minimum dependencies on higher level packages

Core dependencies:

    python = ">=3.8,<3.11"
    numba = ">=0.59.0"
    numpy = ">=1.26.4"


Installation

    pip install vanilla_option_pricers

Update

    pip install --upgrade vanilla_option_pricers



Supported Option types (passed as string):

    CALL = 'C'
    PUT = 'P'
    INVERSE_CALL = 'IC'
    INVERSE_PUT = 'IP'


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ArturSepp/VanillaOptionPricers",
    "name": "vanilla-option-pricers",
    "maintainer": "Artur Sepp",
    "docs_url": null,
    "requires_python": "<3.11,>=3.8",
    "maintainer_email": "artursepp@gmail.com",
    "keywords": "Black-Scholes, Black-Scholes-Merton, Bachelier, option pricing, option delta",
    "author": "Artur Sepp",
    "author_email": "artursepp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/28/72/1ed3ddfb0c155ab4511f29b21004e28ccd616360c5c92aacca16a14e1fd8/vanilla_option_pricers-1.0.3.tar.gz",
    "platform": null,
    "description": "# VanillaOptionPricers\n Fast and vectorised pricer and implied volatility fitters for Black-Scholes and Merton models\n\nMinimum dependencies on higher level packages\n\nCore dependencies:\n\n    python = \">=3.8,<3.11\"\n    numba = \">=0.59.0\"\n    numpy = \">=1.26.4\"\n\n\nInstallation\n\n    pip install vanilla_option_pricers\n\nUpdate\n\n    pip install --upgrade vanilla_option_pricers\n\n\n\nSupported Option types (passed as string):\n\n    CALL = 'C'\n    PUT = 'P'\n    INVERSE_CALL = 'IC'\n    INVERSE_PUT = 'IP'\n\n",
    "bugtrack_url": null,
    "license": "LICENSE.txt",
    "summary": "Implementation of fast options pricers and risk for Black-Scholes-Merton and Bachelier normal models",
    "version": "1.0.3",
    "project_urls": {
        "Documentation": "https://github.com/ArturSepp/VanillaOptionPricers",
        "Homepage": "https://github.com/ArturSepp/VanillaOptionPricers",
        "Issues": "https://github.com/ArturSepp/VanillaOptionPricers/issues",
        "Personal website": "https://artursepp.com",
        "Repository": "https://github.com/ArturSepp/VanillaOptionPricers"
    },
    "split_keywords": [
        "black-scholes",
        " black-scholes-merton",
        " bachelier",
        " option pricing",
        " option delta"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28721ed3ddfb0c155ab4511f29b21004e28ccd616360c5c92aacca16a14e1fd8",
                "md5": "6ef783199bce091a7dea363fa7d2ce6a",
                "sha256": "3b222528da30b2d4ab14a96df25a85338d78ea00c77f16a869c4131fcf2decf8"
            },
            "downloads": -1,
            "filename": "vanilla_option_pricers-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6ef783199bce091a7dea363fa7d2ce6a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.11,>=3.8",
            "size": 19893,
            "upload_time": "2024-06-21T10:44:33",
            "upload_time_iso_8601": "2024-06-21T10:44:33.471026Z",
            "url": "https://files.pythonhosted.org/packages/28/72/1ed3ddfb0c155ab4511f29b21004e28ccd616360c5c92aacca16a14e1fd8/vanilla_option_pricers-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-21 10:44:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ArturSepp",
    "github_project": "VanillaOptionPricers",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "vanilla-option-pricers"
}
        
Elapsed time: 0.42894s