info_ratio


Nameinfo_ratio JSON
Version 0.1.9 PyPI version JSON
download
home_pageNone
SummaryCalculation of Information Ratio for Mutual Funds per category
upload_time2024-09-09 11:18:12
maintainerNone
docs_urlNone
authorRolf Lobo
requires_python<4.0,>=3.10
licenseOSI Approved :: GNU General Public License v3 (GPLv3)
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            To Run:

from info_ratio.common.input_output import dfs_tabs
from info_ratio.core import InfoRatio

out_ = '/home/rolf/Music/Results/'
db_path_ = "/home/rolf/Music/MutualFundData.db"

ir = InfoRatio(db_path_, out_,
               start_date='2023-07-01', end_date='2024-07-01')
ir.run()
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "info_ratio",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rolf Lobo",
    "author_email": "rolf.lobo@trustgroup.in",
    "download_url": "https://files.pythonhosted.org/packages/65/39/8b9bcbae76b60c5b67f35797d6561ac3852b54124e8b26745e45beed516c/info_ratio-0.1.9.tar.gz",
    "platform": null,
    "description": "To Run:\n\nfrom info_ratio.common.input_output import dfs_tabs\nfrom info_ratio.core import InfoRatio\n\nout_ = '/home/rolf/Music/Results/'\ndb_path_ = \"/home/rolf/Music/MutualFundData.db\"\n\nir = InfoRatio(db_path_, out_,\n               start_date='2023-07-01', end_date='2024-07-01')\nir.run()",
    "bugtrack_url": null,
    "license": "OSI Approved :: GNU General Public License v3 (GPLv3)",
    "summary": "Calculation of Information Ratio for Mutual Funds per category",
    "version": "0.1.9",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f38f6fa9c546ae3b45b449b62c462bd65651d71b05fc6d0f7edd060b95e51ef",
                "md5": "b34a9a60a0f3b7aa5f8f2d3bc6763aeb",
                "sha256": "4324ec5c21ccdd12b6f40bd7f2dee146f9c1e91ed0ede59f1dc5be956ae0e30d"
            },
            "downloads": -1,
            "filename": "info_ratio-0.1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b34a9a60a0f3b7aa5f8f2d3bc6763aeb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 18206,
            "upload_time": "2024-09-09T11:18:10",
            "upload_time_iso_8601": "2024-09-09T11:18:10.558744Z",
            "url": "https://files.pythonhosted.org/packages/9f/38/f6fa9c546ae3b45b449b62c462bd65651d71b05fc6d0f7edd060b95e51ef/info_ratio-0.1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65398b9bcbae76b60c5b67f35797d6561ac3852b54124e8b26745e45beed516c",
                "md5": "fdbe9da75dd8a283b8de5e76da579558",
                "sha256": "12786b31d91a55fd4ed17e494e617981bf00cb9259ab69d45a58a0e6a2fef8e8"
            },
            "downloads": -1,
            "filename": "info_ratio-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "fdbe9da75dd8a283b8de5e76da579558",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 20045,
            "upload_time": "2024-09-09T11:18:12",
            "upload_time_iso_8601": "2024-09-09T11:18:12.297316Z",
            "url": "https://files.pythonhosted.org/packages/65/39/8b9bcbae76b60c5b67f35797d6561ac3852b54124e8b26745e45beed516c/info_ratio-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-09 11:18:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "info_ratio"
}
        
Elapsed time: 0.46904s