QuantLib-Risks


NameQuantLib-Risks JSON
Version 1.33.3 PyPI version JSON
download
home_pagehttps://auto-differentiation.github.io
SummaryFast risks calculations in QuantLib
upload_time2024-04-04 15:47:56
maintainerNone
docs_urlNone
authorAuto Differentiation Dev Team
requires_python<4.0,>=3.8.1
licenseAGPL-3.0-or-later
keywords automatic-differentiation derivatives risk-management quant-finance greeks risks
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This package enables fast risks calculations on the QuantLib Python package. 
It provides the same interface as the [standard QuantLib package](https://pypi.org/project/QuantLib/), and in addition allows to calculate risks (sensitivities) using automatic differentiation via the [XAD automatic differentiation tool](https://auto-differentation.github.io).

Useful links:

-   [QuantLib Documentation](https://www.quantlib.org)
-   [XAD Documentation, incl Python bindings and QuantLib integration](https://auto-differentiation.github.io/quantlib-risks/python/)

## Installation

```
pip install QuantLib-Risks
```

## Usage Illustration

```python
import QuantLib_Risks as ql
from xad.adj_1st import Tape

with Tape() as t:
    rate = ql.Real(0.2)
    tape.registerInput(rate)
    
    # quantlib pricing code
    ...
    npv = option.NPV()
    

    tape.registerOutput(npv)
    npv.derivative = 1.0
    tape.computeAdjoints()

    print(f"price = {npv}")
    print(f"delta = {rate.derivative}")
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://auto-differentiation.github.io",
    "name": "QuantLib-Risks",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8.1",
    "maintainer_email": null,
    "keywords": "automatic-differentiation, derivatives, risk-management, quant-finance, greeks, risks",
    "author": "Auto Differentiation Dev Team",
    "author_email": "dev@auto-differentiation.com",
    "download_url": null,
    "platform": null,
    "description": "This package enables fast risks calculations on the QuantLib Python package. \nIt provides the same interface as the [standard QuantLib package](https://pypi.org/project/QuantLib/), and in addition allows to calculate risks (sensitivities) using automatic differentiation via the [XAD automatic differentiation tool](https://auto-differentation.github.io).\n\nUseful links:\n\n-   [QuantLib Documentation](https://www.quantlib.org)\n-   [XAD Documentation, incl Python bindings and QuantLib integration](https://auto-differentiation.github.io/quantlib-risks/python/)\n\n## Installation\n\n```\npip install QuantLib-Risks\n```\n\n## Usage Illustration\n\n```python\nimport QuantLib_Risks as ql\nfrom xad.adj_1st import Tape\n\nwith Tape() as t:\n    rate = ql.Real(0.2)\n    tape.registerInput(rate)\n    \n    # quantlib pricing code\n    ...\n    npv = option.NPV()\n    \n\n    tape.registerOutput(npv)\n    npv.derivative = 1.0\n    tape.computeAdjoints()\n\n    print(f\"price = {npv}\")\n    print(f\"delta = {rate.derivative}\")\n```\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0-or-later",
    "summary": "Fast risks calculations in QuantLib",
    "version": "1.33.3",
    "project_urls": {
        "Documentation": "https://auto-differentiation.github.io/quantlib-risks",
        "Homepage": "https://auto-differentiation.github.io",
        "Repository": "https://github.com/auto-differentiation/QuantLib-Risks-Py",
        "download": "https://pypi.org/project/QuantLib-Risks/#files",
        "tracker": "https://github.com/auto-differentiation/QuantLib-Risks-Py/issues"
    },
    "split_keywords": [
        "automatic-differentiation",
        " derivatives",
        " risk-management",
        " quant-finance",
        " greeks",
        " risks"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fae042b53b9fd1c30e4d39561d8fbc0133287e65b09fce7482e392f6810a6cd6",
                "md5": "1eb2f15f1a50753a4439169ebd979099",
                "sha256": "5e8c6793729dd639eee8e97e235be6cffa1d9c9cd07a3c15a7dafa7effb697ca"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp310-cp310-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1eb2f15f1a50753a4439169ebd979099",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4.0,>=3.8.1",
            "size": 27119106,
            "upload_time": "2024-04-04T15:47:56",
            "upload_time_iso_8601": "2024-04-04T15:47:56.451801Z",
            "url": "https://files.pythonhosted.org/packages/fa/e0/42b53b9fd1c30e4d39561d8fbc0133287e65b09fce7482e392f6810a6cd6/quantlib_risks-1.33.3-cp310-cp310-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99be4dff7a066a0627a93e9a24f77d9bc7d1e9873915dad0326584615766b9f9",
                "md5": "32b9eedc8100261be1f0cd4edde7688c",
                "sha256": "08e31444943fa68665120d44a56493baef773fd5b30ef10dc330ed4b8600b079"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "32b9eedc8100261be1f0cd4edde7688c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4.0,>=3.8.1",
            "size": 35430986,
            "upload_time": "2024-04-04T15:48:00",
            "upload_time_iso_8601": "2024-04-04T15:48:00.550469Z",
            "url": "https://files.pythonhosted.org/packages/99/be/4dff7a066a0627a93e9a24f77d9bc7d1e9873915dad0326584615766b9f9/quantlib_risks-1.33.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "778a7c9d3dd07481b1c1ddbc0df7b15f28ac12c48c2dbdf337cdf5866b8dfc84",
                "md5": "8f8f4185ac207d4b77034e26a8f13777",
                "sha256": "13dde388e049e33e7ef9d43bb6330e5b8d09eecfacffb8f40beeae8d65d94eff"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8f8f4185ac207d4b77034e26a8f13777",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4.0,>=3.8.1",
            "size": 33023322,
            "upload_time": "2024-04-04T15:48:04",
            "upload_time_iso_8601": "2024-04-04T15:48:04.666602Z",
            "url": "https://files.pythonhosted.org/packages/77/8a/7c9d3dd07481b1c1ddbc0df7b15f28ac12c48c2dbdf337cdf5866b8dfc84/quantlib_risks-1.33.3-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a17530cae23c7642c8e64acc06f7d16fde9ff89c9892a3acb30db1c1ea6f69b5",
                "md5": "03bd9337c360b732566b6a11ab75bcad",
                "sha256": "0f330c84f506dc1fd44128b2d325eb0bf3a23c885cf1d7be7bdac743b38f4d9f"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "03bd9337c360b732566b6a11ab75bcad",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<4.0,>=3.8.1",
            "size": 15358894,
            "upload_time": "2024-04-04T15:48:09",
            "upload_time_iso_8601": "2024-04-04T15:48:09.420726Z",
            "url": "https://files.pythonhosted.org/packages/a1/75/30cae23c7642c8e64acc06f7d16fde9ff89c9892a3acb30db1c1ea6f69b5/quantlib_risks-1.33.3-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0084e27593afa9dae5e3a67e16fcffd2a787957e09600f926dd0cbe81831a26a",
                "md5": "7c19f044bbbee0a754db685774330d6e",
                "sha256": "375132e7a7025eb297a648693c7a6d5115a4474af636f5214d9d8891d43382c9"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp311-cp311-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7c19f044bbbee0a754db685774330d6e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4.0,>=3.8.1",
            "size": 27119379,
            "upload_time": "2024-04-04T15:48:14",
            "upload_time_iso_8601": "2024-04-04T15:48:14.243059Z",
            "url": "https://files.pythonhosted.org/packages/00/84/e27593afa9dae5e3a67e16fcffd2a787957e09600f926dd0cbe81831a26a/quantlib_risks-1.33.3-cp311-cp311-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa31365305075ef9721af21ce3c3e31e89602443650bc1621a3fd0c6b20a1926",
                "md5": "08241d152ed0d655304a04b587aff763",
                "sha256": "aa32db3d630a2b49e27f9da6573f2ce0436ccb134fe80f803a737229c62c7517"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "08241d152ed0d655304a04b587aff763",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4.0,>=3.8.1",
            "size": 35431600,
            "upload_time": "2024-04-04T15:48:21",
            "upload_time_iso_8601": "2024-04-04T15:48:21.225635Z",
            "url": "https://files.pythonhosted.org/packages/fa/31/365305075ef9721af21ce3c3e31e89602443650bc1621a3fd0c6b20a1926/quantlib_risks-1.33.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "337bb93b0eb99eb350145965abd1ddeda19ce948df9cffdaa9f8c4980241ba7c",
                "md5": "74dff8c444c6a4cc8028ecaf699dd084",
                "sha256": "18ac32c1ff505c4d10b0e6ec6c82223cb61e0be312069e4c6e002bf48a90852a"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "74dff8c444c6a4cc8028ecaf699dd084",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4.0,>=3.8.1",
            "size": 33030838,
            "upload_time": "2024-04-04T15:48:26",
            "upload_time_iso_8601": "2024-04-04T15:48:26.851069Z",
            "url": "https://files.pythonhosted.org/packages/33/7b/b93b0eb99eb350145965abd1ddeda19ce948df9cffdaa9f8c4980241ba7c/quantlib_risks-1.33.3-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e1bf66a507b6262c3fe3f9f860ad5915fe91c080c4e633744c9b6c6a1e838b2",
                "md5": "bd3f87fa42bd2aa0b595e885068ebfe5",
                "sha256": "5e8fc99dafdfa62cf67e30cf606174a314a590c82255242a8f0779cd968e0565"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bd3f87fa42bd2aa0b595e885068ebfe5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4.0,>=3.8.1",
            "size": 15362689,
            "upload_time": "2024-04-04T15:48:31",
            "upload_time_iso_8601": "2024-04-04T15:48:31.396335Z",
            "url": "https://files.pythonhosted.org/packages/0e/1b/f66a507b6262c3fe3f9f860ad5915fe91c080c4e633744c9b6c6a1e838b2/quantlib_risks-1.33.3-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b376c78c75b5ed1296fd439dfbaada34e8c447e4984eb02133854d6837b64e23",
                "md5": "5f249cbeada50b6a2e750f2f6e6166ff",
                "sha256": "1b0c014417ad2ffd9ffa248f675017045f8f7b31fa7b0ebf16f485211cb14708"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp312-cp312-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5f249cbeada50b6a2e750f2f6e6166ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<4.0,>=3.8.1",
            "size": 27140798,
            "upload_time": "2024-04-04T15:48:35",
            "upload_time_iso_8601": "2024-04-04T15:48:35.730710Z",
            "url": "https://files.pythonhosted.org/packages/b3/76/c78c75b5ed1296fd439dfbaada34e8c447e4984eb02133854d6837b64e23/quantlib_risks-1.33.3-cp312-cp312-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c80a853bd9b6c00762a54090e5c7f05f514e14c8f27a2d1da00f035395b810f1",
                "md5": "cfd424a90e65d62ac6a809290219509b",
                "sha256": "abb762e5ffc12e779f598ae8a5bc144209fba9b6aa11877c7e27366ebce523a7"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cfd424a90e65d62ac6a809290219509b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<4.0,>=3.8.1",
            "size": 35453138,
            "upload_time": "2024-04-04T15:48:40",
            "upload_time_iso_8601": "2024-04-04T15:48:40.630245Z",
            "url": "https://files.pythonhosted.org/packages/c8/0a/853bd9b6c00762a54090e5c7f05f514e14c8f27a2d1da00f035395b810f1/quantlib_risks-1.33.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6548c1ba35a602bde213e802b8756e3c4d912ce5f05f160dd05cda0d229e066",
                "md5": "750db3a3d9f4548241ade31ffe95e209",
                "sha256": "227cbd76b09869d3b2213d7a8e1911891d4686b9842a030b123a06e36491a3c4"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "750db3a3d9f4548241ade31ffe95e209",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<4.0,>=3.8.1",
            "size": 33026933,
            "upload_time": "2024-04-04T15:48:45",
            "upload_time_iso_8601": "2024-04-04T15:48:45.393006Z",
            "url": "https://files.pythonhosted.org/packages/f6/54/8c1ba35a602bde213e802b8756e3c4d912ce5f05f160dd05cda0d229e066/quantlib_risks-1.33.3-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bee126b21974dbe3af374a5ba941bbbd8d65df22e7c2f5aec03d109cbf5cb352",
                "md5": "7e617f9a55c9c2e33163c85beb542fee",
                "sha256": "cf85561a099f53c5a596bce39ae2f9215363e190c3f96668cbb11a34e1bd6380"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7e617f9a55c9c2e33163c85beb542fee",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<4.0,>=3.8.1",
            "size": 15363968,
            "upload_time": "2024-04-04T15:48:48",
            "upload_time_iso_8601": "2024-04-04T15:48:48.920352Z",
            "url": "https://files.pythonhosted.org/packages/be/e1/26b21974dbe3af374a5ba941bbbd8d65df22e7c2f5aec03d109cbf5cb352/quantlib_risks-1.33.3-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43ad83c98e65b928a8b41bc8d507d6155e9679625ed36f32ca693d3a14bc603e",
                "md5": "d57dcfd0dd8d1a37e06f4fa5bfa88441",
                "sha256": "83bd12df291d4d44cbfe7bf2e97b00e2f694279eb5caa87e1bc7e3f9bd8a5c2b"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d57dcfd0dd8d1a37e06f4fa5bfa88441",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<4.0,>=3.8.1",
            "size": 35425911,
            "upload_time": "2024-04-04T15:48:53",
            "upload_time_iso_8601": "2024-04-04T15:48:53.395595Z",
            "url": "https://files.pythonhosted.org/packages/43/ad/83c98e65b928a8b41bc8d507d6155e9679625ed36f32ca693d3a14bc603e/quantlib_risks-1.33.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58b3c6ec5f6c171004103571e80cdccbd394de548fa69d3c20b1f87085032b55",
                "md5": "38e1de9de9b22aea534a946fc6d2c964",
                "sha256": "41df198970220618e31592ba017a9831c9a54798fcdb62b9ffc27c9e7ca1750e"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "38e1de9de9b22aea534a946fc6d2c964",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<4.0,>=3.8.1",
            "size": 33023339,
            "upload_time": "2024-04-04T15:48:58",
            "upload_time_iso_8601": "2024-04-04T15:48:58.349502Z",
            "url": "https://files.pythonhosted.org/packages/58/b3/c6ec5f6c171004103571e80cdccbd394de548fa69d3c20b1f87085032b55/quantlib_risks-1.33.3-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b09bf0012c71ecc03ac342e74bf7d91ffce56767a6cd27cee613c030ee687b56",
                "md5": "03a751ea464f8931de1f8afedcc5ce57",
                "sha256": "4fefd066a8a64f831734beca2e13ff1c335423416071d896eadfd70eb917c9b3"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "03a751ea464f8931de1f8afedcc5ce57",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<4.0,>=3.8.1",
            "size": 15360367,
            "upload_time": "2024-04-04T15:49:02",
            "upload_time_iso_8601": "2024-04-04T15:49:02.399462Z",
            "url": "https://files.pythonhosted.org/packages/b0/9b/f0012c71ecc03ac342e74bf7d91ffce56767a6cd27cee613c030ee687b56/quantlib_risks-1.33.3-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0761717be1687148f15349c38ffeafd3c1c2f2ad97b85de4a7981422cfa1dace",
                "md5": "f811045792eaab4573223ca54e71e2e2",
                "sha256": "80b5e55181fb2c4f12c0edf30baaaefe7ab8e021aa9c0380075b68c3948cf36c"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp39-cp39-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f811045792eaab4573223ca54e71e2e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4.0,>=3.8.1",
            "size": 27120074,
            "upload_time": "2024-04-04T15:49:06",
            "upload_time_iso_8601": "2024-04-04T15:49:06.255134Z",
            "url": "https://files.pythonhosted.org/packages/07/61/717be1687148f15349c38ffeafd3c1c2f2ad97b85de4a7981422cfa1dace/quantlib_risks-1.33.3-cp39-cp39-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e485a2c7a82e1abe34335c7ea4d27db24902534d922de284a3d2dab4f4dd9c1",
                "md5": "ef41f2df878ccc140ee7d14beaeeea7b",
                "sha256": "a9381a793d756cec702d9ac0925f6e3e5935cf4533ec4bb166a2ff1d0fa175f3"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ef41f2df878ccc140ee7d14beaeeea7b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4.0,>=3.8.1",
            "size": 35417803,
            "upload_time": "2024-04-04T15:49:11",
            "upload_time_iso_8601": "2024-04-04T15:49:11.009920Z",
            "url": "https://files.pythonhosted.org/packages/8e/48/5a2c7a82e1abe34335c7ea4d27db24902534d922de284a3d2dab4f4dd9c1/quantlib_risks-1.33.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d1c712a8cf370ed91234c650bb212552edf2a68980f940e905fb21d05878a09",
                "md5": "54ecee2617a28cc0f1921c2c92b03823",
                "sha256": "c98db14309a50057c8267b2dd63b1ad25cd55b0f409c7812fb377423695f643c"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "54ecee2617a28cc0f1921c2c92b03823",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4.0,>=3.8.1",
            "size": 33022248,
            "upload_time": "2024-04-04T15:49:15",
            "upload_time_iso_8601": "2024-04-04T15:49:15.599333Z",
            "url": "https://files.pythonhosted.org/packages/7d/1c/712a8cf370ed91234c650bb212552edf2a68980f940e905fb21d05878a09/quantlib_risks-1.33.3-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c7d4d5dafbd3257327ac472aa0a6a63a1f4ce96c7b8c26e6b4f74666804286f",
                "md5": "cfa2573cd5df05a427b41d111a017661",
                "sha256": "4e6f5007a5748f78b6bb0ecb21186e5d47889b38cca80c5ab9b69ed3cd41be75"
            },
            "downloads": -1,
            "filename": "quantlib_risks-1.33.3-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cfa2573cd5df05a427b41d111a017661",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<4.0,>=3.8.1",
            "size": 15353824,
            "upload_time": "2024-04-04T15:49:19",
            "upload_time_iso_8601": "2024-04-04T15:49:19.015612Z",
            "url": "https://files.pythonhosted.org/packages/7c/7d/4d5dafbd3257327ac472aa0a6a63a1f4ce96c7b8c26e6b4f74666804286f/quantlib_risks-1.33.3-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-04 15:47:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "auto-differentiation",
    "github_project": "QuantLib-Risks-Py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "quantlib-risks"
}
        
Elapsed time: 0.23857s