babylon.engine.systems.economic
Economic systems: 5-phase Imperial Circuit with pool tracking.
See Simulation Systems Reference for full theory (PPP Model, Iron Lung, Decision Matrix).
Classes
5-phase Imperial Circuit: Extraction → Tribute → Wages → Subsidy → Decision. |
- class babylon.engine.systems.economic.ImperialRentSystem[source]
Bases:
SystemBase5-phase Imperial Circuit: Extraction → Tribute → Wages → Subsidy → Decision.
ADR032: Subsistence burn moved to VitalitySystem (Phase 1: The Drain). This system now handles only economic extraction phases.
Pool tracks finite resources (inflow from tribute, outflow to wages/subsidy). See Simulation Systems Reference for full theory.
- step(graph, services, context)[source]
Execute 5-phase circuit. Economy state in graph.graph[‘economy’].
- Return type:
None
- Parameters:
graph (GraphProtocol)
services (ServicesProtocol)
context (ContextType)