factor-analyser


Namefactor-analyser JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/AlfredCYL/factor_analyser
SummaryA tool for factor development and analysis.
upload_time2024-09-06 03:11:10
maintainerNone
docs_urlNone
authorAlfredCYL
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FactorAnalyser

FactorAnalyser is a powerful toolkit designed to analyze cross-sectional factors and optimize alpha strategies. It comprises two core components: **FactorBacktester** and **FactorFactory**, each providing essential functionalities for comprehensive factor analysis.

## FactorBacktester

FactorBacktester is dedicated to backtesting cross-sectional factors. Key features include:
- Computing rankICs, quantile returns, and factor returns through various methods.
- **Planned Enhancements**:
  1. **Risk Evaluation Module**: Implement a risk assessment framework (e.g., Barra) to evaluate factor risks.
  2. **Base Correlation Integration**: Add correlation analysis with baseline factors to improve model robustness.
  3. **IC Attenuation Testing**: Develop lead-lag tests to measure IC variation over time, evaluating IC attenuation over n days.

## FactorFactory

FactorFactory is designed to streamline the creation and management of cross-sectional factors. It is tightly integrated with FactorBacktester, offering advanced capabilities for factor refinement and analysis.

## Example

For detailed usage, please refer to the [functional demo](Functional%20Demo.ipynb) included in the repository.

## License

This project is released under the [MIT License](LICENSE). Please note that **FactorAnalyser** is still in active development, and feedback or contributions are welcome!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AlfredCYL/factor_analyser",
    "name": "factor-analyser",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "AlfredCYL",
    "author_email": "alfred.yl@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/67/9c/c64e0a9f70ee0abceab69532aa87ac4932c5879a662988a69dda30096dee/factor_analyser-1.1.1.tar.gz",
    "platform": null,
    "description": "# FactorAnalyser\n\nFactorAnalyser is a powerful toolkit designed to analyze cross-sectional factors and optimize alpha strategies. It comprises two core components: **FactorBacktester** and **FactorFactory**, each providing essential functionalities for comprehensive factor analysis.\n\n## FactorBacktester\n\nFactorBacktester is dedicated to backtesting cross-sectional factors. Key features include:\n- Computing rankICs, quantile returns, and factor returns through various methods.\n- **Planned Enhancements**:\n  1. **Risk Evaluation Module**: Implement a risk assessment framework (e.g., Barra) to evaluate factor risks.\n  2. **Base Correlation Integration**: Add correlation analysis with baseline factors to improve model robustness.\n  3. **IC Attenuation Testing**: Develop lead-lag tests to measure IC variation over time, evaluating IC attenuation over n days.\n\n## FactorFactory\n\nFactorFactory is designed to streamline the creation and management of cross-sectional factors. It is tightly integrated with FactorBacktester, offering advanced capabilities for factor refinement and analysis.\n\n## Example\n\nFor detailed usage, please refer to the [functional demo](Functional%20Demo.ipynb) included in the repository.\n\n## License\n\nThis project is released under the [MIT License](LICENSE). Please note that **FactorAnalyser** is still in active development, and feedback or contributions are welcome!\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A tool for factor development and analysis.",
    "version": "1.1.1",
    "project_urls": {
        "Homepage": "https://github.com/AlfredCYL/factor_analyser"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d1e6f3d87e478d5b0e9c2bd82977d759c16bd27ff292eb27f50353f1aa92ace",
                "md5": "871d48025a3981ffdf49a8e9b75ab77c",
                "sha256": "6b454392adcc1f8a7971ceffadb7c5511d767cafa08ad8ae007d00ce93fff162"
            },
            "downloads": -1,
            "filename": "factor_analyser-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "871d48025a3981ffdf49a8e9b75ab77c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 11307,
            "upload_time": "2024-09-06T03:11:08",
            "upload_time_iso_8601": "2024-09-06T03:11:08.928411Z",
            "url": "https://files.pythonhosted.org/packages/2d/1e/6f3d87e478d5b0e9c2bd82977d759c16bd27ff292eb27f50353f1aa92ace/factor_analyser-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "679cc64e0a9f70ee0abceab69532aa87ac4932c5879a662988a69dda30096dee",
                "md5": "1308c7625c607e0c20d269df8759b64c",
                "sha256": "72c172cb5924133888695435c1eef612d26782a40c2c91041ba03a08e1cc2e4d"
            },
            "downloads": -1,
            "filename": "factor_analyser-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1308c7625c607e0c20d269df8759b64c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 11551,
            "upload_time": "2024-09-06T03:11:10",
            "upload_time_iso_8601": "2024-09-06T03:11:10.122023Z",
            "url": "https://files.pythonhosted.org/packages/67/9c/c64e0a9f70ee0abceab69532aa87ac4932c5879a662988a69dda30096dee/factor_analyser-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-06 03:11:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AlfredCYL",
    "github_project": "factor_analyser",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "factor-analyser"
}
        
Elapsed time: 0.51076s