News & Commentary: 2008-11-15

Babysitter Sweeps -- Psychological Factors

Using the simulation from last month's installment, we can scan a large number of simulations with fractional difference in the key parameters. This process is called a "sweep" (not the same as a martial arts sweep, not the same as sweeping with a broom, but those are all good things none the less).

The objective of this study is to see the effect of three factors, given a fixed money supply and fixed background conditions. Follow this link for the source code bs_2008-11-15.c if you want to try at home. The variable factors are all psychlogical factors in the market participants. In particular:

The plotted variable is the percentage of demand satisfied as calculated by the total "natural" demand in hours (that is, the base hours, plus seasonal adjustments). An additional "unnatural" modification to demand is added by people deliberately not spending because want to save to meet their savings target. It seems a logical presumption that the whole idea of having an organised babysitting cooperative is for the purpose of giving parents the opportunity of going out with their children looked after, so it makes sense to see fulfilled demand as the objective function for the economy. This is not quite the same as GDP, because when a natural downturn in demand occurs (i.e. winter time and everyone wants to stay home) the objective percentage still can't get past 100 percent (unless you try to force people to spend when they have no particular desire to do so, and this simulation makes no attempt to test that concept).

It should be noted, that whoever is designing the economic "rules of the game" cannot design the participants. These factors will evolve of their own accord. This study only shows the effect of those changing factors, now how to go about changing the minds of real people (sorry for anyone who got here off a search engine, in the hope of gaining some practical techniques).

It should also be noted that 100% satisfaction of demand can't be achieved in any of these sweeps. There will always be situations where someone misses out. Presumably, without a babysitting cooperative, they would all be worse off.

5% Savings Target Weighting

bs_2008-11-15                        \
	--max-kids=2                 \
	--base-hrs-mean=2            \
	--base-hrs-sigma=4           \
	--rich-threshold=0           \
	--sweep-to=25                \
	--savings-target-factor=0.05 \
	--savings-target=0           \
	--sweep-to=25                \
	--start-balance=10           \
	--sweep-fine

15% Savings Target Weighting

bs_2008-11-15                        \
	--max-kids=2                 \
	--base-hrs-mean=2            \
	--base-hrs-sigma=4           \
	--rich-threshold=0           \
	--sweep-to=25                \
	--savings-target-factor=0.15 \
	--savings-target=0           \
	--sweep-to=25                \
	--start-balance=10           \
	--sweep-fine

30% Savings Target Weighting

bs_2008-11-15                        \
	--max-kids=2                 \
	--base-hrs-mean=2            \
	--base-hrs-sigma=4           \
	--rich-threshold=0           \
	--sweep-to=25                \
	--savings-target-factor=0.3  \
	--savings-target=0           \
	--sweep-to=25                \
	--start-balance=10           \
	--sweep-fine

Conclusions

Well there is a very obvious red region on the left hand side where everyone feels they are rich enough with only meagre savings so they all refuse to work and want someone else to work for them. Blind Freddy could see that no economy can possibly have all participants retiring in luxury with no one to do any work -- that is a guaranteed failure. The result is that having the rich threshold set lower than the starting balance is guaranteed to screw you up. If it is just a fraction lower than the starting balance then you get a little bit of work done (just by random factors) but if the rich threshold is 75% of the start balance then the entire economy stops dead (i.e. if becoming rich is feasible for the bulk of the population).

Too many Chiefs, not enough Indians.

Consider outsourcing... :-)

Another conclusion is that when people have a high savings target, (and they make a serious effort to reach that savings target) so many people restrict their spending that the economy slows down. It would have to go a long way out before we get to a position where the economy stops altogether, but it does show that just like we can't all be rich, so also we can't all be saving up large quantities of credit.

It sounds a bit like the ideal situation is a high rich threshold with a low savings target (keep everyone working, don't try to save money). Unfortunately, in the extreme case, as the rich threshold gets too high, there is a small weakening of the economy which is most likely caused by some individuals collecting such a lot of credit that it slurps out the available liquidity in the rest of the economy. This is a much weaker effect than the other cases.

Update 2008-11-19 -- Wealthy Individuals

Just to reinforce a few of the conclusions above, it is worth sweeping deeper into the "rich threshold". This threshold prevents people getting substantially richer (since they can only get income from working and they stop working when they hit the threshold). Once this threshold is substantially increased, there is no constraint on a few individuals getting very wealthy.

This concentrated wealth in the hands of a few individuals does bleed the economy of liquidity, regardless of the savings target. Thus, if we want the highest possible level of economic activity, it is an advantage if people don't hoard too much credit. Note that the effect of this is not substantial and also note that it is not consistent -- during times when shortage of labour is throttling the economy, hoarding credit doesn't matter but during times when shortage of liquidity is the limiting factor, having idle rich around doesn't matter.

Here are some more plots, where the rich threshold goes higher (we ignore the regions where the rich threshold is obviously unworkably low).

5% Savings Target Weighting (Higher Threshold)

bs_2008-11-15                        \
	--max-kids=2                 \
	--base-hrs-mean=2            \
	--base-hrs-sigma=4           \
	--rich-threshold=10          \
	--sweep-to=110               \
	--savings-target-factor=0.05 \
	--savings-target=0           \
	--sweep-to=25                \
	--start-balance=10           \
	--sweep-fine

30% Savings Target Weighting (Higher Threshold)

bs_2008-11-15                        \
	--max-kids=2                 \
	--base-hrs-mean=2            \
	--base-hrs-sigma=4           \
	--rich-threshold=10          \
	--sweep-to=110               \
	--savings-target-factor=0.30 \
	--savings-target=0           \
	--sweep-to=25                \
	--start-balance=10           \
	--sweep-fine

Creative Commons License
This work is licensed under a Creative Commons License.

Back to News Commentary Index