|
Tag: Redirect target changed |
| (34 intermediate revisions by 14 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 22/07/2007):
| |
| | |
| <span style="color:#3A5FCD">interest rate = 0.0375% * SQRT([amount of economists])</span>
| |
| | |
| hence
| |
| | |
| <span style="color:#3A5FCD">interest = 100 * FLOOR(0.000375 * 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.0375% * \sqrt{[amount of economists]}</math>
| |
| | |
| <math>interest = 0.0375% * \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.0375
| |
| |-
| |
| |2 || 0.0525
| |
| |-
| |
| |3 || 0.065
| |
| |-
| |
| |4 || 0.075
| |
| |-
| |
| |5 || 0.08375
| |
| |-
| |
| |6 || 0.09125
| |
| |-
| |
| |7 || 0.09875
| |
| |-
| |
| |8 || 0.10625
| |
| |-
| |
| |9 || 0.1125
| |
| |-
| |
| |10 || 0.11875
| |
| |}
| |
| | |
| 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 25,000 €
| |
| | |
| ==Debit Interest (negative balance)==
| |
| THIS CHANGED TOO?
| |
| 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>
| |