MANIFEST.in
README.md
setup.cfg
setup.py
macrosynergy/__init__.py
macrosynergy/version.py
macrosynergy.egg-info/PKG-INFO
macrosynergy.egg-info/SOURCES.txt
macrosynergy.egg-info/dependency_links.txt
macrosynergy.egg-info/requires.txt
macrosynergy.egg-info/top_level.txt
macrosynergy/management/__init__.py
macrosynergy/management/check_availability.py
macrosynergy/management/dq.py
macrosynergy/management/shape_dfs.py
macrosynergy/management/simulate_quantamental_data.py
macrosynergy/management/simulate_vintage_data.py
macrosynergy/panel/__init__.py
macrosynergy/panel/basket_performance.py
macrosynergy/panel/category_relations.py
macrosynergy/panel/converge_row.py
macrosynergy/panel/dynamic_weights.py
macrosynergy/panel/historic_vol.py
macrosynergy/panel/make_blacklist.py
macrosynergy/panel/make_relative_value.py
macrosynergy/panel/make_zn_scores.py
macrosynergy/panel/panel_calculator.py
macrosynergy/panel/panel_calculator_alt.py
macrosynergy/panel/panel_calculator_alt2.py
macrosynergy/panel/view_correlations.py
macrosynergy/panel/view_grades.py
macrosynergy/panel/view_ranges.py
macrosynergy/panel/view_timelines.py
macrosynergy/pnl/__init__.py
macrosynergy/pnl/naive_pnl.py
macrosynergy/pnl/real_pnl.py
macrosynergy/signal/__init__.py
macrosynergy/signal/signal_return.py
macrosynergy/signal/target_positions.py
tests/__init__.py
tests/simulate.py
tests/utils.py
tests/integration/__init__.py
tests/unit/__init__.py
tests/unit/test_package.py
tests/unit/management/__init__.py
tests/unit/management/test_check_availability.py
tests/unit/management/test_shape_dfs.py
tests/unit/management/test_simulate_quantamental_data.py
tests/unit/panel/__init__.py
tests/unit/panel/test_basket_performance.py
tests/unit/panel/test_category_relations.py
tests/unit/panel/test_historic_vol.py
tests/unit/panel/test_make_blacklist.py
tests/unit/panel/test_panel_calculator.py
tests/unit/panel/test_relative_value.py
tests/unit/panel/test_zn_scores.py
tests/unit/pnl/__init__.py
tests/unit/signal/__init__.py
tests/unit/signal/unit_target_positions.py
tests/unit/visual/__init__.py