LICENSE
README.md
pyproject.toml
src/decaf/__init__.py
src/decaf/__main__.py
src/decaf/cli.py
src/decaf/ecb_cache.py
src/decaf/forex.py
src/decaf/forex_gains.py
src/decaf/fx.py
src/decaf/holidays.py
src/decaf/models.py
src/decaf/output_cli.py
src/decaf/output_pdf.py
src/decaf/output_xls.py
src/decaf/output_yaml.py
src/decaf/parse.py
src/decaf/prices.py
src/decaf/quadro_rl.py
src/decaf/quadro_rt.py
src/decaf/quadro_rw.py
src/decaf/schwab_auth.py
src/decaf/schwab_client.py
src/decaf/schwab_gains_pdf.py
src/decaf/schwab_parse.py
src/decaf/schwab_vest_pdf.py
src/decaf/statement_store.py
src/decaf_tax.egg-info/PKG-INFO
src/decaf_tax.egg-info/SOURCES.txt
src/decaf_tax.egg-info/dependency_links.txt
src/decaf_tax.egg-info/entry_points.txt
src/decaf_tax.egg-info/requires.txt
src/decaf_tax.egg-info/top_level.txt
tests/test_architecture.py
tests/test_e2e.py
tests/test_forex.py
tests/test_forex_gains.py
tests/test_fx.py
tests/test_holidays.py
tests/test_parse.py
tests/test_prices.py
tests/test_quadro_rt.py
tests/test_schwab_parse.py
tests/test_statement_store.py