Metadata-Version: 2.1
Name: modfin
Version: 0.1.0
Summary: The modfin is a Python library, containing a set of tools useful  to perform quantitative analysis of financial assets.
Home-page: https://github.com/GabrielAbra/modfin
Author: Gabriel Abrahao
Author-email: gabrielabrahaorr@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/GabrielAbra/modfin/issues
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: scikit-learn

# MODFIN
The modfin is a Python library, containing a set of tools useful  to perform quantitative analysis of financial assets.



[![PyPi](https://img.shields.io/pypi/v/modfin)](https://pypi.org/project/modfin/)
[![Python](https://img.shields.io/pypi/pyversions/modfin)](https://pypi.org/project/modfin/)



Installation
----------------

The [`modfin`](https://pypi.org/project/modfin/) project is available on PyPI. To install it you can use pip: 

```bash
pip install modfin
```

Alternatively, install the package from the source using the following command:

```bash
# 1) Clone the repository
git clone https://github.com/GabrielAbra/modfin

# 2) And then install the package
python setup.py install
```

## Available Modules
-   [Analysis](#Time-Series-Analysis)

-   [Portfolio Optimization](#Portfolio-Optimization)

-   [Asset Metrics](#Asset-Metrics)


## To be implemented...
> #### The library is in beta stage, and not fully completed. There are some modules that are not yet implemented, such as:

-   [Online Portfolio Selection](#Online-Portfolio-Selection)
-   [Robust Backtesting](#Robust-Backtesting)
-   [Asset Screening](#Asset-Screening)
-   [Option Pricing](#Option-Pricing)
-   [Bet Sizing](#Bet-Sizing)
-   [Filtering](#Filtering)








