Fixed weight meta portfolio
This MetaClass is for making fixed weight portfolio of several alphas.
Import
Example Code (Class Definition)
universe (ModelUniverseConfig): Determines the universe of the portfolio.
alpha_list (list): Contains the list of models to be used for portfolio creation.
weights (dictionary): Specifies the weights assigned to each model.
Method
get(start: int, end: int) : Generate positions within the created portfolio from YYYYmmdd(start) to YYYYmmdd(end).
submit(model_name : str) : Submits the model with the specified name.
get_source_code( ) : view source code of submitted or submitting model.
Last updated