FinancialReport¶
-
class
scml.scml2019.
FinancialReport
(agent, step, cash, liabilities, inventory, credit_rating)[source]¶ Bases:
object
Reports that financial standing of an agent at a given time in the simulation
Attributes Summary
The balance of the agent defined as the difference between its available cash + inventory and its liabilities
Attributes Documentation
-
balance
¶ The balance of the agent defined as the difference between its available cash + inventory and its liabilities
Remarks:
If the inventory was not calculated (due to having at least one product with unknown catalog price), it is used as zero in the equation.
-