|
Tag: Redirect target changed |
| (64 intermediate revisions by 28 users not shown) |
| Line 1: |
Line 1: |
| Economists are responsible for your bank account and can get you profits from assets and debts. The result of their work shows with the [[Updates#Weekly_Update|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.
| | #REDIRECT [[Financial director]] |
|
| |
|
|
| |
|
| ==Credit Interest (positive balance)==
| | [[Category:Staff]] |
| For a positive balance, the interest rate is calculated like this (as of 27/11/2006):
| |
| | |
| <span style="color:#3A5FCD">interest rate = 0.075% * SQRT([amount of economists])</span>
| |
| | |
| hence
| |
| | |
| <span style="color:#3A5FCD">interest = 100 * FLOOR(0.00075 * SQRT([amount of economists]) * [money on account] / 100)</span>
| |
| | |
| <!--
| |
| Unfortunately the math package is not installed properly. Once this works, these formulas should be used:
| |
| | |
| <math>interest rate = 0.075% * \sqrt{[amount of economists]}</math>
| |
| | |
| <math>interest = 0.075% * \sqrt{[amount of economists]} * [money on account]</math>
| |
| -->
| |
| That gives the following interest rates for numbers of economists:
| |
| {| border="1" cellspacing="0" cellpadding="2" style="border-collapse:collapse;"
| |
| ! 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:
| |
| | |
| <span style="color:#3A5FCD">interest = [money on account in previous week] * 0,05 * 0,2</span>
| |
| | |
| or
| |
| | |
| <span style="color:#3A5FCD">interest = [money on account in previous week] * 0,01</span>
| |
| | |
| 2 economists can save 30% of the paid interest in the previous week:
| |
| | |
| <span style="color:#3A5FCD">interest = [money on account in previous week] * 0,05 * 0,3</span>
| |
| | |
| or
| |
| | |
| <span style="color:#3A5FCD">interest = [money on account in previous week] * 0,015</span>
| |
| | |
| 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
| |