LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/adapters.md
docs/architecture.md
docs/limitations.md
docs/quickstart.md
docs/releasing.md
docs/runner.md
docs/sampling-and-partitioning.md
docs/schema-language.md
examples/basic_usage.py
examples/european_options.yaml
examples/fix_orders.yaml
examples/iso20022_payments.yaml
examples/quantlib_runner.py
src/finspace/__init__.py
src/finspace/batch.py
src/finspace/cli.py
src/finspace/compiler.py
src/finspace/errors.py
src/finspace/py.typed
src/finspace/runner.py
src/finspace/schema.py
src/finspace/space.py
src/finspace/templates.py
src/finspace.egg-info/PKG-INFO
src/finspace.egg-info/SOURCES.txt
src/finspace.egg-info/dependency_links.txt
src/finspace.egg-info/entry_points.txt
src/finspace.egg-info/requires.txt
src/finspace.egg-info/top_level.txt
src/finspace/adapters/__init__.py
src/finspace/adapters/iso20022.py
src/finspace/adapters/quantlib.py
src/finspace/adapters/simplefix.py
tests/test_adapters.py
tests/test_batch.py
tests/test_cli.py
tests/test_runner.py
tests/test_sampling_partition.py
tests/test_schema_space.py
tests/test_templates.py