I was looking at the documentation for the Alpha frameworks and it mentions that in cases of multiple alphas the insights are tagged with the name of the alpha that generated them.  However, when I look at the individual insights via logs I don't see any label that contains information about the name of the alpha.

I'm trying to build an equal weight portfolio construction model that allows me to have different rebalance periods.  For example, one alpha might be designed to be frequently rebalanced, where another would rebalance less freqently.  The caveat is that the same symbol might be used in both alphas. 

I figure if I can group insights by their alpha name, then I can segment the portfolio construction in such a way that it handles each alpha's insights based on their own ruleset.

Is this possible?  Is there an easier solution to this problem?

Author