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/data/__init__.py
sigtech/api/data/utils.py
sigtech/api/data/validation.py
sigtech/api/data/rules/__init__.py
sigtech/api/data/rules/absolute_change_rule.py
sigtech/api/data/rules/large_gaps_rule.py
sigtech/api/data/rules/leading_zeros_rule.py
sigtech/api/data/rules/missing_reference_data_rule.py
sigtech/api/data/rules/no_null_rule.py
sigtech/api/data/rules/percentage_change_rule.py
sigtech/api/data/rules/stale_value_rule.py
sigtech/api/data/rules/value_in_range_rule.py
sigtech/api/data/rules/z_score_rule.py
sigtech/api/data/transforms/__init__.py
sigtech/api/data/transforms/fill_categorical_missing_value.py
sigtech/api/framework/__init__.py
sigtech/api/framework/basket_strategy.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/reinvestment_strategy.py
sigtech/api/framework/rolling_future_strategy.py
sigtech/api/framework/signal_strategy.py
sigtech/api/framework/strategy_base.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/indices.py
sigtech/api/framework/instruments/ois_swap.py