Accountant: Difference between revisions
| Line 71: | Line 71: | ||
==Interest Table== | ==Interest Table== | ||
The table below shows how many economists you should hire to optimize profit. Keep in mind the compensation you have to pay them when you fire them | The table below shows how many economists you should hire to optimize profit. Keep in mind the compensation you have to pay them when you fire them | ||
Revision as of 18:15, 13 June 2007
Economists are responsible for your bank account and can get you profits from assets and debts. The result of their work shows with the financial update in your country. You have to calculate the interest with two different formulas, depending on whether you have a negative or positive balance.
Credit Interest (positive balance)
For a positive balance, the interest rate is calculated like this (as of 27/11/2006):
interest rate = 0.075% * SQRT([amount of economists])
hence
interest = 100 * FLOOR(0.00075 * SQRT([amount of economists]) * [money on account] / 100)
That gives the following interest rates for numbers of economists:
| economists | interest rate in percent |
|---|---|
| 0 | 0 |
| 1 | 0.075 |
| 2 | 0.105 |
| 3 | 0.13 |
| 4 | 0.15 |
| 5 | 0.1675 |
| 6 | 0.1825 |
| 7 | 0.1975 |
| 8 | 0.2125 |
| 9 | 0.225 |
| 10 | 0.2375 |
It is important to note that interest is always rounded (down) to the next full 100 value, hence the floor function and division and multiplication by 100 in the formula.
The maximum interest is (still) 100.000 €; this is why you start needing less economists when your account reaches 21.081.851 €
Debit Interest (negative balance)
The interest profit for a negative balance is 20% of the interest paid the week before. If you had -150.000 on your bank account the week before, you paid 5% = 7500 € interest and the economist can generate 1500 € profit from this:
interest = [money on account in previous week] * 0,05 * 0,2
or
interest = [money on account in previous week] * 0,01
2 economists can save 30% of the paid interest in the previous week:
interest = [money on account in previous week] * 0,05 * 0,3
or
interest = [money on account in previous week] * 0,015
So remember to fire the economist/s after the next update, as they will get you a profit, even if you made it out of the negative balance with this next update.
Interest Table
The table below shows how many economists you should hire to optimize profit. Keep in mind the compensation you have to pay them when you fire them