.coveragerc
.gitattributes
.gitignore
.markdownlint.json
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASE_PROCESS.md
SECURITY.md
_config.yml
codecov.yml
edge-cases.md
pyproject.toml
uv.lock
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/RELEASE_INSTRUCTIONS.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/auto_ci.yml
.github/workflows/ci_docs.yml
.github/workflows/codeql-analysis.yml
.github/workflows/publish_docs.yml
.github/workflows/publish_testpypi.yml
.github/workflows/pypi_build_test.yml
.github/workflows/pypi_upload.yml
.github/workflows/release_assets.yml
.github/workflows/semantic_version.yml
.github/workflows/update_index_on_release.yml
.github/workflows/update_readme_on_release.yml
docs/Makefile
docs/conf.py
docs/docstring_style.rst
docs/index.rst
docs/make.bat
docs/v1-migration-plan.md
docs/xbbg.png
examples/xbbg_jupyter_examples.ipynb
examples/feeds/pub.py
examples/feeds/sub.py
scripts/benchmark_blp.py
scripts/benchmark_detailed.py
scripts/cdx_request.py
scripts/fi_request.py
scripts/options_request.py
xbbg/__init__.py
xbbg/backend.py
xbbg/blp.py
xbbg/const.py
xbbg/deprecation.py
xbbg/exceptions.py
xbbg/options.py
xbbg/sdk.py
xbbg/services.py
xbbg/streaming.py
xbbg.egg-info/PKG-INFO
xbbg.egg-info/SOURCES.txt
xbbg.egg-info/dependency_links.txt
xbbg.egg-info/requires.txt
xbbg.egg-info/top_level.txt
xbbg/api/__init__.py
xbbg/api/helpers.py
xbbg/api/fixed_income/__init__.py
xbbg/api/fixed_income/yas.py
xbbg/api/historical/__init__.py
xbbg/api/historical/historical.py
xbbg/api/intraday/__init__.py
xbbg/api/intraday/intraday.py
xbbg/api/realtime/__init__.py
xbbg/api/realtime/realtime.py
xbbg/api/reference/__init__.py
xbbg/api/reference/lookup.py
xbbg/api/reference/reference.py
xbbg/api/screening/__init__.py
xbbg/api/screening/screening.py
xbbg/api/technical/__init__.py
xbbg/api/technical/schema.py
xbbg/api/technical/technical.py
xbbg/core/__init__.py
xbbg/core/pipeline.py
xbbg/core/pipeline_core.py
xbbg/core/pipeline_factories.py
xbbg/core/process.py
xbbg/core/request_builder.py
xbbg/core/config/__init__.py
xbbg/core/config/intervals.py
xbbg/core/config/overrides.py
xbbg/core/domain/__init__.py
xbbg/core/domain/context.py
xbbg/core/domain/contracts.py
xbbg/core/infra/__init__.py
xbbg/core/infra/blpapi_logging.py
xbbg/core/infra/blpapi_wrapper.py
xbbg/core/infra/conn.py
xbbg/core/strategies/__init__.py
xbbg/core/strategies/block_data.py
xbbg/core/strategies/historical.py
xbbg/core/strategies/intraday.py
xbbg/core/strategies/quote_request.py
xbbg/core/strategies/reference.py
xbbg/core/strategies/screening.py
xbbg/core/strategies/technical.py
xbbg/core/utils/__init__.py
xbbg/core/utils/dates.py
xbbg/core/utils/timezone.py
xbbg/core/utils/utils.py
xbbg/ext/__init__.py
xbbg/ext/bonds.py
xbbg/ext/cdx.py
xbbg/ext/currency.py
xbbg/ext/dividends.py
xbbg/ext/earnings.py
xbbg/ext/futures.py
xbbg/ext/holdings.py
xbbg/ext/options.py
xbbg/ext/turnover.py
xbbg/ext/yas.py
xbbg/io/__init__.py
xbbg/io/cache.py
xbbg/io/convert.py
xbbg/markets/__init__.py
xbbg/markets/bloomberg.py
xbbg/markets/info.py
xbbg/markets/overrides.py
xbbg/markets/providers.py
xbbg/markets/resolver_chain.py
xbbg/markets/resolvers.py
xbbg/markets/sessions.py
xbbg/markets/config/sessions.toml
xbbg/utils/__init__.py
xbbg/utils/pipeline.py