QuantConnect / QuantConnect/Lean

Add CompositePortfolioConstructionModel

Open
#4,329 0 comments 0 reactions 1 assignee View on GitHub

@AlexCatarino is already working on this.

Since Apr 24, 2020.

feature
Dominant language
C#
Stars
21.7k
Forks
5.3k
Avg merge
2d 22h
Merged PRs (30d)
34

Description

Expected Behavior

Have an IPortfolioConstructionModel that all allocates the same portfolio share for each alpha model.

Actual Behavior

Not implemented.

Potential Solution

Constructor

  • Rebalacing func. We could inherit from PCM to re use his logic around rebalancing, but could still override CreateTargets
  • Portfolio bias -> on the aggregated result
  • Dictionary<string, IPCM> the source models with their corresponding IPCM
  • Portfolio factoring per SourceModel (default being EW)
    Would be nice being able to evaluate a SourceModel performance and factor based on it. How? Accessing its active insights + Portfolio? What if there isn’t any holding because the insight was canceled by another Alpha? There will be no holding, the security price is there though. Maybe analyze the closed insight score?

Add(string sourceModel, IPCM pcm)

IEnumerable<IPortfolioTarget> CreateTargets(QCAlgorithm algorithm, Insight[] insights)

Checklist
  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that this is not a duplicate issue by searching issues

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.