LICENSE.txt
README.md
pyproject.toml
sigtech/__init__.py
sigtech.egg-info/PKG-INFO
sigtech.egg-info/SOURCES.txt
sigtech.egg-info/dependency_links.txt
sigtech.egg-info/requires.txt
sigtech.egg-info/top_level.txt
sigtech/api/__init__.py
sigtech/api/version.py
sigtech/api/client/__init__.py
sigtech/api/client/client.py
sigtech/api/client/response.py
sigtech/api/client/utils.py
sigtech/api/datasets/__init__.py
sigtech/api/datasets/__main__.py
sigtech/api/datasets/common.py
sigtech/api/datasets/delete.py
sigtech/api/datasets/upload.py
sigtech/api/framework/__init__.py
sigtech/api/framework/config.py
sigtech/api/framework/environment.py
sigtech/api/framework/framework_api_object.py
sigtech/api/framework/plot_wrapper.py
sigtech/api/framework/indices/__init__.py
sigtech/api/framework/indices/tradable_index.py
sigtech/api/framework/instruments/__init__.py
sigtech/api/framework/instruments/base.py
sigtech/api/framework/instruments/cash.py
sigtech/api/framework/instruments/fixes.py
sigtech/api/framework/instruments/futures.py
sigtech/api/framework/instruments/fx_otc.py
sigtech/api/framework/instruments/indices.py
sigtech/api/framework/instruments/ir_otc.py
sigtech/api/framework/instruments/ois_swap.py
sigtech/api/framework/strategies/__init__.py
sigtech/api/framework/strategies/basket_strategy.py
sigtech/api/framework/strategies/reinvestment_strategy.py
sigtech/api/framework/strategies/rolling_bond_strategy.py
sigtech/api/framework/strategies/rolling_future_strategy.py
sigtech/api/framework/strategies/rolling_fx_forward_strategy.py
sigtech/api/framework/strategies/rolling_swap_strategy.py
sigtech/api/framework/strategies/signal_strategy.py
sigtech/api/framework/strategies/strategy.py
sigtech/api/jobs/__init__.py