“Portfolio” here means the weighted result of
POST /strategies/{strategyId}/optimize — a computed output, not the saved /portfolios resource. See Strategies, holdings, and portfolios for how they differ.Why this style of weighting is valued
Transparent
Each holding’s weight follows directly from its score.
Replicable
The same scores produce the same weights every time, so results are easy to reproduce and audit.
Lower turnover
Weights move with the scores instead of swinging on small input changes, so portfolios stay more stable between rebalances.
Score-based weighting is the approach the ETF and index industry commonly uses to build factor, thematic, and ESG portfolios.
Construct the portfolio
Portfolio optimization runs against thePOST /strategies/{strategyId}/optimize endpoint, which tilts holding weights by your chosen signal score. See REST integration for a worked request and response.