Private Attributes | |
double | overallTradeValue |
The overall value (quantity * price) of the traded goods, incl. | |
double | overallTradeValueWithoutImportExport |
The overall value (quantity * price) of the traded goods, without imports and exports. | |
double | overallSectorTradeValue [] |
The overall value (quantity * price) of the traded goods, separated for each sector, incl. | |
double | overallSectorTradeValueWithoutImportExport [] |
The overall value (quantity * price) of the traded goods, separated for each sector, without imports and exports. | |
double | overallQuantity |
The overall quantity of the traded goods, incl. | |
double | overallQuantityWithoutImportExport |
The overall quantity of the traded goods, without imports and exports. | |
double | overallSectorQuantity [] |
The overall quantity of the traded goods, separated for each sector, incl. | |
double | overallSectorQuantityWithoutImportExport [] |
The overall quantity of the traded goods, separated for each sector, without imports and exports. | |
double | overallSectorQuantityBoughtByHouseholds [] |
The overall quantity of the traded goods that where bought by households, separated for each sector, incl. | |
double | overallSectorQuantityBoughtByFirmsOfSector [][] |
The overall quantity of the traded goods that where bought by firms, separated for each good sector and also separated for each (buying) firm sector, incl. |
Each time trading does happen between two agents, this must be reported via TradeTrace.reportTrade. The values are reset to zero at the begin of each period.
Definition at line 18 of file TradeTrace.java.
double overallTradeValue [private] |
The overall value (quantity * price) of the traded goods, incl.
imports and exports.
Definition at line 22 of file TradeTrace.java.
double overallTradeValueWithoutImportExport [private] |
The overall value (quantity * price) of the traded goods, without imports and exports.
Definition at line 24 of file TradeTrace.java.
double overallSectorTradeValue[] [private] |
The overall value (quantity * price) of the traded goods, separated for each sector, incl.
imports and exports.
Definition at line 27 of file TradeTrace.java.
double overallSectorTradeValueWithoutImportExport[] [private] |
The overall value (quantity * price) of the traded goods, separated for each sector, without imports and exports.
Definition at line 30 of file TradeTrace.java.
double overallQuantity [private] |
The overall quantity of the traded goods, incl.
imports and exports.
Definition at line 32 of file TradeTrace.java.
double overallQuantityWithoutImportExport [private] |
The overall quantity of the traded goods, without imports and exports.
Definition at line 34 of file TradeTrace.java.
double overallSectorQuantity[] [private] |
The overall quantity of the traded goods, separated for each sector, incl.
imports and exports.
Definition at line 37 of file TradeTrace.java.
double overallSectorQuantityWithoutImportExport[] [private] |
The overall quantity of the traded goods, separated for each sector, without imports and exports.
Definition at line 40 of file TradeTrace.java.
double overallSectorQuantityBoughtByHouseholds[] [private] |
The overall quantity of the traded goods that where bought by households, separated for each sector, incl.
imports
Definition at line 43 of file TradeTrace.java.
double overallSectorQuantityBoughtByFirmsOfSector[][] [private] |
The overall quantity of the traded goods that where bought by firms, separated for each good sector and also separated for each (buying) firm sector, incl.
imports.
Definition at line 47 of file TradeTrace.java.