Lean  $LEAN_TAG$
QuantConnect.Algorithm.Framework.Portfolio.IPortfolioConstructionModel Interface Reference

Algorithm framework model that More...

Inheritance diagram for QuantConnect.Algorithm.Framework.Portfolio.IPortfolioConstructionModel:
[legend]

Public Member Functions

IEnumerable< IPortfolioTargetCreateTargets (QCAlgorithm algorithm, Insight[] insights)
 Create portfolio targets from the specified insights More...
 
- Public Member Functions inherited from QuantConnect.Algorithm.Framework.INotifiedSecurityChanges
void OnSecuritiesChanged (QCAlgorithm algorithm, SecurityChanges changes)
 Event fired each time the we add/remove securities from the data feed More...
 

Detailed Description

Algorithm framework model that

Definition at line 24 of file IPortfolioConstructionModel.cs.

Member Function Documentation

◆ CreateTargets()

IEnumerable<IPortfolioTarget> QuantConnect.Algorithm.Framework.Portfolio.IPortfolioConstructionModel.CreateTargets ( QCAlgorithm  algorithm,
Insight[]  insights 
)

The documentation for this interface was generated from the following file: