Metadata-Version: 2.1
Name: EcoFin
Version: 1.3
Summary: EcoFin is a quantitative economic library
Home-page: https://github.com/LucaCamerani/EcoFin-Library
Author: Luca Camerani
Author-email: l.camerani@campus.unimib.it
License: BSD Open Source License
Description: <img src="https://raw.githubusercontent.com/LucaCamerani/EcoFin-Library/5e9d8bbc19e28abe01d8469fffc143fe1f7dee32/EcoFin/LOGO.svg" width="200">
        
        <b>EcoFin</b> is a Python library developed for financial quantitative analysts and developers.
        The final goal is to provide a library that covers most of the topics related to quantitative finance:
        * Financial mathematics tools
        * Stochastical processes tools
        * Montecarlo simulations
        * Financial statistical tools
        * Option pricing using binomial tree models
        * Black, Scholes and Merton model
        * Option greeks analysis
        * Volatility smile/surface computation
        * Equity VIX computation (classical and CBOE method)
        * Markowitz asset allocation model
        * Black and Litterman asset allocation model
        * Implied Volatility Spread (IVS) analysis
        * Option Price Spread (OPS) analysis
        
        
        The strength of this project is to enclose in a single library all the quantitative finance functions from data download to data analysis, in order to realize complete investment strategies.<br>
        To start using this library, take a look at the <a href="/Examples/">Examples</a> folder.
        
        To install the <a href="https://pypi.org/project/EcoFin/">library package<a>, type in your terminal
        ```{r test-python, engine='python'}
        pip install EcoFin
        ```
        
        Created by Luca Camerani, <b>University of Milano-Bicocca</b> and released under the "BSD Open Source License".
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
