BaseComposer
Descendants
systematica.portfolio.composers.models.ColumnStackComposersystematica.portfolio.composers.models.Composersystematica.portfolio.composers.models.SignalComposer
Class variables
-
model_name: str: Name of the model to use. Should match to a model in systematica.api.models. -
portfolio_params: Dict[str, Any]: Additional keyword arguments for portfolio simulation. -
model_params: Dict[str, Any]: A dictionary of optional keyword arguments needed to compute the model.
Methods
run
| Name | Type | Default | Description |
|---|---|---|---|
data | vbt.Data | -- | Vector BT data object containing the input data. |
s1 | str | -- | First symbol or identifier for the data. |
s2 | str | -- | Second symbol or identifier for the data. |
portfolio_kwargs | tp.Kwargs | -- | Keyword arguments for portfolio configuration. |
kwargs | tp.Kwargs | -- | Additional keyword arguments passed to the model. |
| Type | Description |
|---|---|
PortfolioAnalyzer | Portfolio analyzer instance containing the results of the composition. |

