Strategies, holdings, and portfolios
Three terms are easy to confuse. Keep them straight:- A strategy is a thematic definition. It resolves to holdings: a ranked list of companies, each scored by thematic strength. Most of the API is about strategies and their holdings.
- A weighted portfolio is the result of running
POST /strategies/{strategyId}/optimizeon a strategy. Optimization tilts the holdings’ weights by a signal score. It is a computed result you back-test or act on, not a stored object. - A saved portfolio is the
/portfoliosresource: a named, weighted basket of holdings that stands on its own, independent of any strategy. You create one yourself, or save a weighting you computed, then reuse or back-test it. See the API reference for the endpoints.
Concepts
Read these in order, starting with Signals and scores.- Signals and scores: what conviction, linguistic beta, and market buzz represent, their value ranges, and how to read them when ranking a strategy.
- Portfolio optimization: how Noonum turns a strategy’s ranked holdings into a weighted portfolio with score-tilt weighting, tilting weight toward higher-scoring companies.
- Research papers: the published research behind the methodology, available as PDFs.