Skip to content

dashboard_widget

Classes:

BRMSDashboard

BRMSDashboard(parent: QWidget | None = None)

Bases: QWidget

Methods:

update_assets_plot

update_assets_plot(
    start, end, dates, assets_values
) -> None

Update the assets plot with new data.

update_bank_financials

update_bank_financials(report: Report) -> None

Update the bank's financials.

update_equity_plot

update_equity_plot(
    start, end, dates, equity_values
) -> None

Update the equity plot with new data.

update_liabilities_plot

update_liabilities_plot(
    start, end, dates, liabilities_values
) -> None

Update the liabilities plot with new data.

update_simulation_date

update_simulation_date(date: date) -> None

Update the current simulation date.

update_simulation_end_date

update_simulation_end_date(end_date: date) -> None

Update the simulation end date.

update_simulation_progress

update_simulation_progress(progress: int) -> None

Update the simulation progress.

update_simulation_speed

update_simulation_speed(speed: str) -> None

Update the simulation speed.

update_simulation_start_date

update_simulation_start_date(start_date: date) -> None

Update the simulation start date.

PlotWidget

PlotWidget(
    title: str = "", series_title: str = "", parent=None
)

Bases: QWidget

Methods:

update_plot_style

update_plot_style()

Update an existing Matplotlib figure when the style changes.