Variables
PortfolioMetricRegistry: This config should have a retrivable metric name as key and the following schema:title,rolling_func,pf_func,tunable,required_params,default_params,ungrouped,tags.
PortfolioMetricConfig
Instance variables
-
default_params: str | List[str] | None: Default parameters for the metric or None. -
pf_func: str: Porfolio function. -
required_params: str | List[str] | None: List of required parameters or None. -
rolling_func: str: Rolling function. -
tags: List[str]: Tags associated with the metric. -
title: str: Title name of the metric. -
tunable: bool: Flag to indicate if the metric is tunable. -
ungrouped: bool: Flag to indicate if the metric is ungrouped.

