skfolio.containers.InactivePolicy# class skfolio.containers.InactivePolicy(*values)[source]# Validation policy for values outside an AssetPanel active universe. classmethod has(value)# Check if a value is in the Enum. Parameters: valuestrInput value. Returns: xboolTrue if the value is in the Enum, False otherwise.