Financial | The financial system set the interest and inflation rate and keep track of the price index and the amount of created money |
FinancialInitValues | The initialization values for the Financial System |
Firm | The implementation of the Firm agent |
FirmInitValues | The initialization values for the Firm |
Foundation | The Foundation is sort of a basis where the model is built upon |
Foundation.EmissionProbe | Based on the carbon intensity coefficient, which is calculated in Sector.calcCiCoef, the EmissionProbe reports about the C02 emissions created by the production process and the C02 that was needed for the production of the goods that was traded in this period |
Foundation.HouseholdSet | The HouseholdSet is a wrapper for the list of households |
FoundationInitValues | The initialization values for the Foundation |
Government | The implementation of the Government |
GovernmentInitValues | The initialization values for the Government |
Household | The implementation of the Household |
Household.Employers | The class Employers is a wrapper for the list of Firms that are employing the Household |
Household.Probe | The probe class outputs information to the UI |
Household.UtilityComparator | This Comparator compares the utility per monetary unit of consumption coefficients |
HouseholdInitValues | The initialization values for the Household |
IBuyer | The households and firms can trade both, and the are can doing this in the exchange step in a random, interleaved order |
ImportExport | The implementation of the ImportExport agent |
ISeller | Every agent that can sell goods must implement the ISeller interface |
Sector | In Lagom generiC the economy produces Foundation.getNumSectors different goods |
Sector.FirmsWithExtraSupply | The FirmWithExtraSupply class exist only because of optimization issues |
Sector.FirmsWithInventory | The FirmWithInventory class exist only because of optimization issues |
Sector.Stats | Some statics values of a single Sector (as a sum of all Firms in the Sector) |
SectorInitValues | The initialization values for the Sector |
Suppliers | A buyer (that is firm or household) has one instance of the supplier class for each sector, in order to find suppliers from this sector and buy goods from them |
Suppliers.NumFirmsToObserveTable | A lookup table which determines the number of firms to observe |
TradeTrace | Used for retrieving statistical values based on the trading of goods in the actual period |
WorkContract | The WorkContract is a contract between a Firm and a Household, which defines the amount of work and the wage |