finalynx.analyzer.analyzer

Tip

TODO Dummy class for now, check back later or help us by contributing!

Module Contents

Classes

Analyzer

Main class for generating modular graphs and statistics about your portfolio.

API

class finalynx.analyzer.analyzer.Analyzer(node: finalynx.portfolio.Node)[source]

Main class for generating modular graphs and statistics about your portfolio.

This module has not started development yet. Check back soon!

Initialization

CHART_COLORS

[‘#7cb5ec’, ‘#434348’, ‘#90ed7d’, ‘#f7a35c’, ‘#8085e9’, ‘#f15c80’, ‘#e4d354’, ‘#2b908f’, ‘#f45b5b’, …

abstract analyze() Any[source]

Abstract method, must be overridden by subclasses to return the analysis result.

abstract chart() Dict[Any, Any][source]

Abstract method, must be overridden by subclasses to return a Highcharts configuration (will be shown in the web dashboard).