WorkflowConfig
ValidationError][pydantic_core.ValidationError] if the input data cannot be
validated to form a valid model.
self is explicitly positional-only to allow self as a field name.
Ancestors
pydantic.main.BaseModel
Class variables
-
meta: systematica.portfolio.schedulers.config.Meta: Metadata configuration. -
loader: systematica.portfolio.schedulers.config.Loader: Loader specific configuration. -
loader_params: Dict[str, Any]: Loader parameters. -
model: systematica.portfolio.schedulers.config.Model: Model specific configuration. -
model_params: Dict[str, Any]: Model parameters. -
signal: systematica.portfolio.schedulers.config.Signal: Signal specific configuration. -
portfolio: Dict[str, Any]: Portfolio specific configuration. -
model_config: The type of the None singleton.
Static methods
from_template
| Name | Type | Default | Description |
|---|---|---|---|
path | Path | -- | Path to the templates. |
template | str | -- | The name of the strategy. It will load a toml file located in systematica/workflow/templates |
| Type | Description |
|---|---|
Config | Valided Config instance. |
from_all_templates
test template.
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
path | Path | -- | Path to the templates. |
| Type | Description |
|---|---|
Config | Validated Config instance. |
Instance variables
params: Dict[str, Any]: All parameters needed to run scheduler.

