.gitattributes
.gitignore
INSTALL.md
LICENCE
MANIFEST.in
PLANNED_FEATURES.md
README.md
create_package.bat
finmarketpy_logo.png
install_extra_packages.bat
requirements.txt
setup.py
.github/FUNDING.yml
binder/Dockerfile
doc/__init__.py
finmarketpy/__init__.py
finmarketpy/make.py
finmarketpy.egg-info/PKG-INFO
finmarketpy.egg-info/SOURCES.txt
finmarketpy.egg-info/dependency_links.txt
finmarketpy.egg-info/not-zip-safe
finmarketpy.egg-info/requires.txt
finmarketpy.egg-info/top_level.txt
finmarketpy/backtest/__init__.py
finmarketpy/backtest/backtestcomparison.py
finmarketpy/backtest/backtestengine.py
finmarketpy/backtest/backtestrequest.py
finmarketpy/backtest/tradeanalysis.py
finmarketpy/curve/__init__.py
finmarketpy/curve/abstractcurve.py
finmarketpy/curve/abstractpricer.py
finmarketpy/curve/fxforwardscurve.py
finmarketpy/curve/fxoptionscurve.py
finmarketpy/curve/fxspotcurve.py
finmarketpy/curve/rates/__init__.py
finmarketpy/curve/rates/fxforwardspricer.py
finmarketpy/curve/volatility/__init__.py
finmarketpy/curve/volatility/abstractvolsurface.py
finmarketpy/curve/volatility/fxoptionspricer.py
finmarketpy/curve/volatility/fxvolsurface.py
finmarketpy/curve/volatility/volstats.py
finmarketpy/economics/__init__.py
finmarketpy/economics/eventstudy.py
finmarketpy/economics/marketliquidity.py
finmarketpy/economics/quickchart.py
finmarketpy/economics/report.py
finmarketpy/economics/seasonality.py
finmarketpy/economics/techindicator.py
finmarketpy/network_analysis/__init__.py
finmarketpy/network_analysis/learn_network_structure.py
finmarketpy/network_analysis/plot_network_structure.py
finmarketpy/util/__init__.py
finmarketpy/util/marketconstants.py
finmarketpy/util/marketutil.py
finmarketpy_examples/__init__.py
finmarketpy_examples/backtest_example.py
finmarketpy_examples/boe-rate.png
finmarketpy_examples/download_data_ams.py
finmarketpy_examples/dukascopy_example.py
finmarketpy_examples/events_examples.py
finmarketpy_examples/fx_forwards_indices_examples.py
finmarketpy_examples/fx_forwards_pricing_examples.py
finmarketpy_examples/fx_options_indices_examples.py
finmarketpy_examples/fx_options_pricing_examples.py
finmarketpy_examples/fx_spot_indices_examples.py
finmarketpy_examples/fx_vol_surface_animation.py
finmarketpy_examples/fx_vol_surface_interpolation_examples.py
finmarketpy_examples/gold seasonality.png
finmarketpy_examples/new_dukascopy.py
finmarketpy_examples/quandl_examples.py
finmarketpy_examples/quickchart_examples.py
finmarketpy_examples/returns_examples.py
finmarketpy_examples/seasonality_examples.py
finmarketpy_examples/technicals_example.py
finmarketpy_examples/tradingmodelfxtrend_bbg_example.py
finmarketpy_examples/tradingmodelfxtrend_example.py
finmarketpy_examples/vol_stats_examples.py
finmarketpy_examples/vwap_example.py
finmarketpy_examples/finmarketpy_notebooks/__init__.py
finmarketpy_examples/finmarketpy_notebooks/backtest_example.ipynb
finmarketpy_examples/finmarketpy_notebooks/quandl_example.ipynb
finmarketpy_examples/gallery/__init__.py
finmarketpy_examples/gallery/fx-trend-cumulative.png
finmarketpy_examples/gallery/fx-trend-leverage.png
finmarketpy_examples/gallery/fx-trend-trade-returns.png
finmarketpy_examples/gallery/fx-vol-seasonality.png
finmarketpy_examples/gallery/gold-seasonality.png
finmarketpy_examples/gallery/usdjpy-nfp.png
tests/__init__.py
tests/test_backtestengine.py
tests/test_techindicator.py