Uses of Package
com.quantfinlib.backtest.portfolio
Packages that use com.quantfinlib.backtest.portfolio
Package
Description
Multi-asset backtesting:
PortfolioBacktester rebalances
long/short weight targets from a
PortfolioStrategy with
commission and turnover tracking (input series must be index-aligned —
see data.SeriesAligner), and in its survivorship-aware overload
consumes a data.PointInTimeUniverse (delistings terminate at the
delisting return, mergers convert at deal terms, index drops force sales)
plus explicit ex-date cash dividends;
CrossSectionalMomentum is the
built-in point-in-time factor strategy (12-1 momentum ranked over the
members alive at each rebalance);
PositionSizing supplies Kelly,
fixed-fractional risk, inverse-volatility weights and vol-target leverage.-
Classes in com.quantfinlib.backtest.portfolio used by com.quantfinlib.backtest.portfolioClassDescription
costModel, when set, supersedes the flatcommissionRatefor every trade (rebalances and forced index-drop sales alike) — the sharedTradeCostModelseam that makes a run simultaneously survivorship-aware AND execution-aware.dividendCashCreditedandlifecycleEventsAppliedare populated by the survivorship-aware overload (zero otherwise).A multi-asset, weight-based strategy for thePortfolioBacktester.