Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Currencies in backtest #164

Merged
merged 42 commits into from
Nov 29, 2024

Remove hardcoded values

3367253
Select commit
Loading
Failed to load commit list.
Merged

Currencies in backtest #164

Remove hardcoded values
3367253
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 29, 2024 in 1s

79.51% of diff hit (target 76.97%)

View this Pull Request on Codecov

79.51% of diff hit (target 76.97%)

Annotations

Check warning on line 34 in qf_lib/backtesting/broker/backtest_broker.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

qf_lib/backtesting/broker/backtest_broker.py#L34

Added line #L34 was not covered by tests

Check warning on line 70 in qf_lib/backtesting/portfolio/portfolio.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

qf_lib/backtesting/portfolio/portfolio.py#L70

Added line #L70 was not covered by tests

Check warning on line 167 in qf_lib/common/tickers/tickers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

qf_lib/common/tickers/tickers.py#L167

Added line #L167 was not covered by tests

Check warning on line 209 in qf_lib/common/tickers/tickers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

qf_lib/common/tickers/tickers.py#L209

Added line #L209 was not covered by tests

Check warning on line 256 in qf_lib/common/tickers/tickers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

qf_lib/common/tickers/tickers.py#L256

Added line #L256 was not covered by tests

Check warning on line 317 in qf_lib/common/tickers/tickers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

qf_lib/common/tickers/tickers.py#L317

Added line #L317 was not covered by tests

Check warning on line 344 in qf_lib/common/tickers/tickers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

qf_lib/common/tickers/tickers.py#L344

Added line #L344 was not covered by tests

Check warning on line 352 in qf_lib/common/tickers/tickers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

qf_lib/common/tickers/tickers.py#L352

Added line #L352 was not covered by tests

Check warning on line 217 in qf_lib/data_providers/bloomberg/bloomberg_data_provider.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

qf_lib/data_providers/bloomberg/bloomberg_data_provider.py#L217

Added line #L217 was not covered by tests

Check warning on line 240 in qf_lib/data_providers/bloomberg/bloomberg_data_provider.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

qf_lib/data_providers/bloomberg/bloomberg_data_provider.py#L238-L240

Added lines #L238 - L240 were not covered by tests

Check warning on line 14 in qf_lib/data_providers/exchange_rate_provider.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

qf_lib/data_providers/exchange_rate_provider.py#L14

Added line #L14 was not covered by tests

Check warning on line 36 in qf_lib/data_providers/exchange_rate_provider.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

qf_lib/data_providers/exchange_rate_provider.py#L36

Added line #L36 was not covered by tests

Check warning on line 102 in qf_lib/data_providers/prefetching_data_provider.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

qf_lib/data_providers/prefetching_data_provider.py#L101-L102

Added lines #L101 - L102 were not covered by tests

Check warning on line 104 in qf_lib/data_providers/prefetching_data_provider.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

qf_lib/data_providers/prefetching_data_provider.py#L104

Added line #L104 was not covered by tests