We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b56b6 commit e140970Copy full SHA for e140970
src/quant_research_starter.egg-info/PKG-INFO
@@ -65,7 +65,7 @@ QuantResearchStarter aims to provide a clean, well-documented starting point for
65
66
* **Data management** — download market data or generate synthetic price series for experiments.
67
* **Factor library** — example implementations of momentum, value, size, and volatility factors.
68
-* **Vectorized backtesting engine** — supports transaction costs, slippage, and portfolio constraints.
+* **Vectorized backtesting engine** — supports transaction costs, slippage, portfolio constraints, and configurable rebalancing frequencies (daily, weekly, monthly).
69
* **Risk & performance analytics** — returns, drawdowns, Sharpe, turnover, and other risk metrics.
70
* **CLI & scripts** — small tools to generate data, compute factors, and run backtests from the terminal.
71
* **Production-ready utilities** — type hints, tests, continuous integration, and documentation scaffolding.
0 commit comments