Economy#

Economy-wide state container for BAM Engine.

This module provides the Economy class, which stores global economy state including policy parameters, market statistics, and time-series histories. Unlike roles which store per-agent arrays, Economy stores single values or time series affecting the entire economy.

Classes#

Economy

Container for economy-wide scalars and time series.

See also

bamengine.roles

Per-agent state components (Producer, Worker, etc.)

bamengine.simulation

Main simulation facade accessing Economy via ec attribute

Notes

Economy is not a Role - it does not inherit from the Role base class because it represents economy-wide state rather than per-agent arrays.

The bamengine.economy module provides the Economy class for storing economy-wide state including policy parameters, market statistics, and time-series histories.

Classes#

Economy

Economy-wide state container for scalar parameters and time series.