We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are portfolios and strategies. Each portfolio is assigned a single strategy.
portfolios
strategies
In this new formulation, Portfolio's are constructed from a collection of strategies. E.g.: assume you have defined 3 strategies ADM, PAA, and DAA.
25% $ADM 50% $PAA 25% $DAA
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current approach:
There are
portfolios
andstrategies
. Each portfolio is assigned a single strategy.New approach:
In this new formulation, Portfolio's are constructed from a collection of strategies. E.g.: assume you have defined 3 strategies ADM, PAA, and DAA.
Portfolio 1
25% $ADM
50% $PAA
25% $DAA
The text was updated successfully, but these errors were encountered: