Metadata-Version: 2.1
Name: yapo
Version: 0.2.0
Summary: Flexible and easy-to-use Python library for analysis & manipulation with financial & economic data
Home-page: https://github.com/okama-io/yapo
Keywords: Modern portfolio theory,Financial library,Asset allocation,Portfolio investments,Financial operations,Financial analysys,Quantitative finance
Author: Alexander Myltsev
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: IPython
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Dist: PyContracts (>=1.8,<2.0)
Requires-Dist: numpy (>=1.16,<2.0)
Requires-Dist: pandas (>=0.24,<0.25)
Requires-Dist: quandl (>=3.4,<4.0)
Requires-Dist: serum (>=5.1,<6.0)
Project-URL: Repository, https://github.com/okama-io/yapo
Description-Content-Type: text/x-rst

|Travis|_ |Gitter|_ |Pepy|_ |Codecov|_

.. |Travis| image:: https://travis-ci.org/okama-io/yapo.svg?branch=master
.. _Travis: https://travis-ci.org/okama-io/yapo

.. |Gitter| image:: https://badges.gitter.im/okama-io/community.svg
.. _Gitter: https://gitter.im/okama-io/community

.. |Pepy| image:: https://pepy.tech/badge/yapo
.. _Pepy: https://pepy.tech/badge/yapo

.. |Codecov| image:: https://codecov.io/gh/okama-io/yapo/branch/master/graph/badge.svg
.. _Codecov: https://codecov.io/gh/okama-io/yapo

**YAPO** |--| a flexible and easy-to-use Python 3.6+ library for analysis &
manipulation with financial & economic data

.. contents:: Contents of this Document

Introduction
============

``yapo`` is a Python library developed to solve quantitative finance and
investments tasks. Additionally, it has the broader goal to become the most
useful and flexible open sourced tool for financial data analysis available in
popular programming languages.

Applications
============

Useful applications of ``yapo`` in the community developed are as follows:

* Fully-functional ``Angular2+``-based web-application `okama.io`_
* `tell us more <okama-discourse_>`_ if you know any

The Ecosystem
=============

The ecosystem around the library consists of:

* The Python package
* Financial and Economic data for several markets
* ``Angular2+`` web-application `okama.io`_
* `Financial terms glossary <okama-glossary_>`_
* `The community <okama-discourse_>`_

Main Features
=============

* ``[x]`` ``TimeSeries`` to verify correctness of financial data manipulations
* ``[x]`` Error-free manipulations with financial data checked by tests and active community
* ``[x]`` Asset analysis tools for asset correlations and main performance indicators
* ``[ ]`` Portfolio analysis tools for asset class allocation and portfolio backtesting
* ``[ ]`` Portfolio optimization and efficient frontier visualization
* ``[ ]`` Monte Carlo Simulation for financial assets and investment portfolios
* ``[ ]`` Bonds key properties calculations
* ``[x]`` Access to financial data from different stock markets: EOD close, adjusted close, currency rates, inflation
* ``[x]`` Financial and Economic data with API with GraphQL data access

Financial and Economic data freely available
============================================
* ``[x]`` EOD adjusted close for NYSE and NASDAQ stocks and ETF
* ``[x]`` EOD close for Moscow Exchange stocks and ETF
* ``[x]`` EOD close for Russian open-end funds
* ``[ ]`` EOD close for BSE and NSE stocks and ETF (India)
* ``[x]`` EOD for main stock and bond Indexes
* ``[ ]`` Bonds data for Moscow Exchange-traded securities: EOD close, coupons, maturity
* ``[x]`` Exchange Rates for USD, EUR, RUB
* ``[ ]`` Exchange Rates for Bitcoin [BTC], Ethereum [ETH], Binance Coin [BNB] and other cryptocurrencies
* ``[x]`` Inflation for US, EU, and Russia
* ``[x]`` Key interest rates for US, EU, and Russia
* ``[x]`` History of deposit rates for top 10 banks of Russia

Installation
============

TODO

Jupyter Notebooks
=================

TODO

Dependencies
============

The library dependencies are listed at
`pyproject.toml <https://github.com/okama-io/yapo/blob/master/pyproject.toml>`_ under
``[tool.poetry.dependencies]`` section.

Discussion, Development, and Getting Help
=========================================

- The development discussion takes place at `the GitHub repo
  <yapo-github-issues_>`_. We encourage you to report issues using `the Github
  tracker <yapo-github-issues_>`_. We welcome all kinds of issues related to
  correctness, documentation, performance, and feature requests.
- `The community forum <okama-discourse_>`_ can also be used for general
  questions and discussions.
- Finally, the `Gitter channel <Gitter_>`_ is available for the development
  related questions.

Contributing
============

All contributions, bug reports, bug fixes, documentation improvements,
enhancements, frontend implementation, and ideas are welcomed and the subject
to discuss. Simple ways to start contributing immediately:

- Browse the issue tracker to find issues that interest you
- Read the source code and improve the documentation or address TODOs
- Improve the example library and tutorials
- Bug reports are an important part of making the library more stable
- Run the library through `the okama.io frontend <okama.io_>`_ and suggest
  improvements in design, UI, and functionality

The code is hosted at `GitHub <yapo-github_>`_. You need an GitHub account
which is free to contribute to the project. We use git for the version control
to enable distributed work on the project.

Contributions should be submitted as a pull request. A member of the
development team will review the pull request and guide you through the
contributing process.

Feel free to ask questions at `the community <okama-discourse_>`_.

License
=======

`MIT <license_>`_

.. |--| unicode:: U+2013
.. _okama.io: https://okama.io/
.. _okama-glossary: https://okama.io/#/glossary
.. _okama-discourse: http://community.okama.io
.. _yapo-github: https://github.com/okama-io/yapo
.. _yapo-github-issues: https://github.com/okama-io/yapo/issues
.. _license: https://github.com/okama-io/yapo/blob/master/LICENSE

