Econ1 applet notes
The Econ1 java simulation model initializes itself from parameters within the HTML applet tag, and begins running when the Start button is pressed. The status of each trader in the system at the end of each day is set out in the text area, and a 300-day history of trader idleness and money in circulation is shown in a rolling graphic diplay. The demonstrations are all initialized through parameters inserted between HTML Applet tags. These parameters define the number of traders, their products, and other factors. The parameters also allow events to be actioned after specified numbers of days - e.g. setting all prices to costs on day 455. Applet GUI Start/stop button starts or stops the simulation. Day counter gives current simulation day. The Choice option menu gives a range of selectable options to activate. Selected choices are signalled in the rolling graphic area with a vertical bar on the day the option was activated. This option is not required for any of the demonstrations. Only the first 15 choices are available from the applet choice menu, but all can be accessed using the applet event choice parameters.
The text area gives current information about each man working in the trading system.
The rolling graph at present shows the idleness of man 1, 2, 3, and 4 as i1, i2, i3, i4, and the total number of IOUs in circulation as $. The graph shows the last 300 days, marked in hundreds of days, and scrolls off to the left, so that present data appears at the right hand edge.
Buyers are indiscriminate: they will buy goods whose price is greater than their value. They will buy luxuries. Buyers have no restrictions on total value of IOUs they can issue. The imagined world of this simulation model is one of a small number of individuals who, without any tools at all, are all able to live at some degree of idleness. The work that they have to do is termed their "basic work", which may be imagined to be collecting plants or seeds, preparing them and eating them. In the original untooled system, no trade takes place. However the model allows each individual to make a tool (a knife, a bag, a rope, or something) whose value in terms of the time it saves in performing basic work is higher than the time cost of making it. Using such tools, basic work time is reduced, and idleness increased. The tools can also be traded; that is, rather than simply make and use his own tool (if any), a toolmaker may make more tools than he himself needs, and sell the extra tools to other individuals. It is assumed that each tool in the system is used independently of other tools, and they act additively to increase idleness, so that with a full set of available tools, an individual is both more idle than he would be without any tools, and more idle than he would be using only his own tool. The prices of tools are denominated in labour time. A buyer promises to perform some amount of work in exchange for the tool he buys. Thus buyers issue IOUs (I Owe You) to the seller. But the seller can use these IOUs to buy tools himself, so that these IOUs circulate as currency within the trading system, before being redeemed by their original issuer by performing work for someone or other, not necessarily the person to whom they issued the IOU. The principle advantage of the IOU money system is that there can never be any shortage of money: anybody who wants to buy something can just issue an IOU. The disadvantage of such a system is that individuals may issue IOUs far in excess of their ability to repay, which would result in the amounts of IOUs in the trading system increasing - inflation -, and IOUs eventually becoming devalued. By contrast, the principal advantage of using some tool as money (not allowed in this simulation model) is that inflation is relatively easy to avoid. A tool is not an empty promise, but something valuable in itself. However, the disadvantage of such money is that restrictions in the supply of money may prevent purchases that would otherwise be made, and reduce overall idleness. Furthermore, anyone who wanted to join the trading system would have to first do some work, or make some tool, that would earn him the money to buy other tools. Individuals are assumed to be as physically active in idle time as when busy, and to be otherwise identical to each other, and equally capable of every kind of work. Each trader performs some unspecified amount of basic work each day to maintain himself alive. Each trader also makes a single unique tool which, if it is a useful tool, saves time performing basic work. Man 1 makes tool 1, man 2 makes tool 2, etc. Each day, each trader in the system goes through a set of procedures.
|
Chris Davis 20 Sep 1998