<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hattrick.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cgouttebroze</id>
	<title>Hattrick - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hattrick.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cgouttebroze"/>
	<link rel="alternate" type="text/html" href="https://wiki.hattrick.org/wiki/Special:Contributions/Cgouttebroze"/>
	<updated>2026-09-16T20:31:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=115276</id>
		<title>Accountant</title>
		<link rel="alternate" type="text/html" href="https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=115276"/>
		<updated>2009-01-27T22:19:04Z</updated>

		<summary type="html">&lt;p&gt;Cgouttebroze: /* Interest Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Interwiki/Economist}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Accountants&#039;&#039;&#039; (known as Economists before 12/09/2008), 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. &lt;br /&gt;
&lt;br /&gt;
__TOC__ &lt;br /&gt;
&lt;br /&gt;
==Credit Interest (positive balance)==&lt;br /&gt;
For a positive balance, the interest rate is calculated like this (as of 22/07/2007):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest rate = 0.0375% * SQRT([amount of accountants])&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hence&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = 100 * FLOOR(0.000375 * SQRT([amount of accountants]) * [money on account] / 100)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Unfortunately the math package is not installed properly. Once this works, these formulas should be used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest rate = 0.0375% * \sqrt{[amount of accountants]}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest = 0.0375% * \sqrt{[amount of accountants]} * [money on account]&amp;lt;/math&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
That gives the following interest rates for numbers of economists:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
! accountants&lt;br /&gt;
! interest rate in percent&lt;br /&gt;
|-&lt;br /&gt;
|0 || 0&lt;br /&gt;
|-&lt;br /&gt;
|1 || 0.0375&lt;br /&gt;
|-&lt;br /&gt;
|2 || 0.0525&lt;br /&gt;
|-&lt;br /&gt;
|3 || 0.065&lt;br /&gt;
|-&lt;br /&gt;
|4 || 0.075&lt;br /&gt;
|-&lt;br /&gt;
|5 || 0.08375&lt;br /&gt;
|-&lt;br /&gt;
|6 || 0.09125&lt;br /&gt;
|-&lt;br /&gt;
|7 || 0.09875&lt;br /&gt;
|-&lt;br /&gt;
|8 || 0.10625&lt;br /&gt;
|-&lt;br /&gt;
|9 || 0.1125&lt;br /&gt;
|-&lt;br /&gt;
|10 || 0.11875&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
The maximum interest is 25,000 €&lt;br /&gt;
&lt;br /&gt;
== Debit Interest (negative balance) ==&lt;br /&gt;
If you had -270.000 € on your bank account the previous week, you paid 3,33% = 9.000 € in interest expenses.&lt;br /&gt;
&lt;br /&gt;
With 1 accountant you can generate 20% = 1.800 €  in interest income from this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0333 * 0,2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,00666&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bear in mind that if your bank account states -269.000 €, you will only get 1.700 € in interest income, because it will round down to the nearest hundred €! Accountant expenses will then be higher than interest income, and it will not be profitable to hire any accountants.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2 accountants can save between; 28,28%&amp;amp;ndash;28,34% &amp;amp;asymp; 28,3%, of the paid interest in the previous week:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0333 * 0,283&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0094239&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the example over you will generate 2.100 € in interest income. Accountant expenses will be 3.600 €, so it will not be profitable to hire more than one accountant. Here too it will round down to the nearest hundred [[€]]euro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* If you make it out of the negative balance with the next update, remember to fire the accountant(s) &#039;&#039;&#039;after&#039;&#039;&#039; this update, as they have already given you a profit.&lt;br /&gt;
&lt;br /&gt;
* Always remember that &#039;&#039;&#039;firing&#039;&#039;&#039; an accountant will cost you 1.800 €.&lt;br /&gt;
&lt;br /&gt;
==Interest Table==&lt;br /&gt;
The table below shows how many accountants you should hire to optimize profit. Keep in mind the compensation you have to pay them when you fire them. &lt;br /&gt;
&lt;br /&gt;
Hence, you make 100 € profit each week after costs for the accountant, so in 18 weeks you have earned the compensation, in 19 weeks you make the first profit. In other words, accountants are good if you save money longer term. Accountants can be a waste of money if you maintain your balance only for a short time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
! Minimum balance&lt;br /&gt;
! Maximum balance&lt;br /&gt;
! Accountants needed&lt;br /&gt;
! Minimum income&lt;br /&gt;
! Maximum income&lt;br /&gt;
|-&lt;br /&gt;
| 0 000 000€ || 5 066 666 € || 0 || 0 € || 0 €&lt;br /&gt;
|-&lt;br /&gt;
| 4 800 000 € || 11 690 832 € || 1 || 0 € || 2500 €&lt;br /&gt;
|-&lt;br /&gt;
| 11 502 271 € || 15 242 047 € || 2 || 2500 € || 4400 €&lt;br /&gt;
|-&lt;br /&gt;
| 15 088 088 € || 17 999 999 € || 3 || 4400 € || 6200 €&lt;br /&gt;
|-&lt;br /&gt;
| 17 866 667 € || 20 392 939 € || 4 || 6200 € || 8000 €&lt;br /&gt;
|-&lt;br /&gt;
| 20 273 683 € || 22 535 305 € || 5 || 8000 € || 9800 €&lt;br /&gt;
|-&lt;br /&gt;
| 22 426 440 € || 24 492 097 € || 6 || 9800 € || 11600 €&lt;br /&gt;
|-&lt;br /&gt;
| 24 391 308 € || 25 365 828 € || 7 || 12400 € || 12400 €&lt;br /&gt;
|-&lt;br /&gt;
| 25 267 283 € || 27 786 872 € || 6 || 12400 € || 14200 €&lt;br /&gt;
|-&lt;br /&gt;
| 27 667 615 € || 31 066 667 € || 5 || 14200 € || 16000 €&lt;br /&gt;
|-&lt;br /&gt;
| 30 933 334 € || 35 872 697 € || 4 || 16000 € || 17800 €&lt;br /&gt;
|-&lt;br /&gt;
| 35 718 737 € || 43 934 902 € || 3 || 17800 € || 19600 €&lt;br /&gt;
|-&lt;br /&gt;
| 43 746 340 € || 62 133 334 € || 2 || 19600 € || 21400 €&lt;br /&gt;
|-&lt;br /&gt;
| 61 866 667 € || 66 933 334 € || 1 || 21400 € || 23200 €&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Specialists]]&lt;br /&gt;
[[Category: Economy]]&lt;/div&gt;</summary>
		<author><name>Cgouttebroze</name></author>
	</entry>
	<entry>
		<id>https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=115208</id>
		<title>Accountant</title>
		<link rel="alternate" type="text/html" href="https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=115208"/>
		<updated>2009-01-27T15:18:05Z</updated>

		<summary type="html">&lt;p&gt;Cgouttebroze: /* Interest Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Interwiki/Economist}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Accountants&#039;&#039;&#039; (known as Economists before 12/09/2008), 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. &lt;br /&gt;
&lt;br /&gt;
__TOC__ &lt;br /&gt;
&lt;br /&gt;
==Credit Interest (positive balance)==&lt;br /&gt;
For a positive balance, the interest rate is calculated like this (as of 22/07/2007):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest rate = 0.0375% * SQRT([amount of accountants])&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hence&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = 100 * FLOOR(0.000375 * SQRT([amount of accountants]) * [money on account] / 100)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Unfortunately the math package is not installed properly. Once this works, these formulas should be used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest rate = 0.0375% * \sqrt{[amount of accountants]}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest = 0.0375% * \sqrt{[amount of accountants]} * [money on account]&amp;lt;/math&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
That gives the following interest rates for numbers of economists:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
! accountants&lt;br /&gt;
! interest rate in percent&lt;br /&gt;
|-&lt;br /&gt;
|0 || 0&lt;br /&gt;
|-&lt;br /&gt;
|1 || 0.0375&lt;br /&gt;
|-&lt;br /&gt;
|2 || 0.0525&lt;br /&gt;
|-&lt;br /&gt;
|3 || 0.065&lt;br /&gt;
|-&lt;br /&gt;
|4 || 0.075&lt;br /&gt;
|-&lt;br /&gt;
|5 || 0.08375&lt;br /&gt;
|-&lt;br /&gt;
|6 || 0.09125&lt;br /&gt;
|-&lt;br /&gt;
|7 || 0.09875&lt;br /&gt;
|-&lt;br /&gt;
|8 || 0.10625&lt;br /&gt;
|-&lt;br /&gt;
|9 || 0.1125&lt;br /&gt;
|-&lt;br /&gt;
|10 || 0.11875&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
The maximum interest is 25,000 €&lt;br /&gt;
&lt;br /&gt;
== Debit Interest (negative balance) ==&lt;br /&gt;
If you had -270.000 € on your bank account the previous week, you paid 3,33% = 9.000 € in interest expenses.&lt;br /&gt;
&lt;br /&gt;
With 1 accountant you can generate 20% = 1.800 €  in interest income from this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0333 * 0,2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,00666&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bear in mind that if your bank account states -269.000 €, you will only get 1.700 € in interest income, because it will round down to the nearest hundred €! Accountant expenses will then be higher than interest income, and it will not be profitable to hire any accountants.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2 accountants can save between; 28,28%&amp;amp;ndash;28,34% &amp;amp;asymp; 28,3%, of the paid interest in the previous week:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0333 * 0,283&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0094239&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the example over you will generate 2.100 € in interest income. Accountant expenses will be 3.600 €, so it will not be profitable to hire more than one accountant. Here too it will round down to the nearest hundred [[€]]euro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* If you make it out of the negative balance with the next update, remember to fire the accountant(s) &#039;&#039;&#039;after&#039;&#039;&#039; this update, as they have already given you a profit.&lt;br /&gt;
&lt;br /&gt;
* Always remember that &#039;&#039;&#039;firing&#039;&#039;&#039; an accountant will cost you 1.800 €.&lt;br /&gt;
&lt;br /&gt;
==Interest Table==&lt;br /&gt;
The table below shows how many accountants you should hire to optimize profit. Keep in mind the compensation you have to pay them when you fire them. &lt;br /&gt;
&lt;br /&gt;
Hence, you make 100 € profit each week after costs for the accountant, so in 18 weeks you have earned the compensation, in 19 weeks you make the first profit. In other words, accountants are good if you save money longer term. Accountants can be a waste of money if you maintain your balance only for a short time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
! Minimum balance&lt;br /&gt;
! Maximum balance&lt;br /&gt;
! Accountants needed&lt;br /&gt;
! Minimum income&lt;br /&gt;
! Maximum income&lt;br /&gt;
|-&lt;br /&gt;
|0 000 000 M€ || 4 799 999 M€ || 0 || 0 € || 0 €&lt;br /&gt;
|-&lt;br /&gt;
|4 800 000 M€ || 11 125 146 M€ || 1 || 0 € || 2300 €&lt;br /&gt;
|-&lt;br /&gt;
|11 125 147 M€ || 14 318 286 M€ || 2 || 2300 € || 3900 €&lt;br /&gt;
|-&lt;br /&gt;
|14 318 287 M€ || 16 933 333 M€ || 3 || 3900 € || 5500 €&lt;br /&gt;
|-&lt;br /&gt;
|16 933 334 M€ || 19 319 627 M€ || 4 || 5500 € || 7200 €&lt;br /&gt;
|-&lt;br /&gt;
|19 319 628 M€ || 21 337 777 M€ || 5 || 7200 € || 8800 €&lt;br /&gt;
|-&lt;br /&gt;
|21 337 778 M€ || 23 181 821 M€ || 6 || 8800 € || 10400 €&lt;br /&gt;
|-&lt;br /&gt;
|23 181 822 M€ || 25 256 961 M€ || 7 || 10400 € || 12400 €&lt;br /&gt;
|-&lt;br /&gt;
|25 256 962 M€ || 27 667 615 M€ || 6 || 12400 € || 14200 €&lt;br /&gt;
|-&lt;br /&gt;
|27 667 616 M€ || 30 933 334 M€ || 5 || 14200 € || 16000 €&lt;br /&gt;
|-&lt;br /&gt;
|30 933 335 M€ || 35 718 737 M€ || 4 || 16000 € || 17800 €&lt;br /&gt;
|-&lt;br /&gt;
|35 718 738 M€ || 43 746 340 M€ || 3 || 17800 € || 19600 €&lt;br /&gt;
|-&lt;br /&gt;
|43 746 341 M€ || 61 866 667 M€ || 2 || 19600 € || 21400 €&lt;br /&gt;
|-&lt;br /&gt;
|61 866 668 M€ || 66 666 667 M€ || 1 || 21400 € || 23200 €&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Specialists]]&lt;br /&gt;
[[Category: Economy]]&lt;/div&gt;</summary>
		<author><name>Cgouttebroze</name></author>
	</entry>
	<entry>
		<id>https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=98953</id>
		<title>Accountant</title>
		<link rel="alternate" type="text/html" href="https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=98953"/>
		<updated>2008-07-03T10:05:01Z</updated>

		<summary type="html">&lt;p&gt;Cgouttebroze: /* Interest Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Interwiki/Economist}}&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Credit Interest (positive balance)==&lt;br /&gt;
For a positive balance, the interest rate is calculated like this (as of 22/07/2007):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest rate = 0.0375% * SQRT([amount of economists])&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hence&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = 100 * FLOOR(0.000375 * SQRT([amount of economists]) * [money on account] / 100)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Unfortunately the math package is not installed properly. Once this works, these formulas should be used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest rate = 0.0375% * \sqrt{[amount of economists]}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest = 0.0375% * \sqrt{[amount of economists]} * [money on account]&amp;lt;/math&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
That gives the following interest rates for numbers of economists:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
! economists&lt;br /&gt;
! interest rate in percent&lt;br /&gt;
|-&lt;br /&gt;
|0 || 0&lt;br /&gt;
|-&lt;br /&gt;
|1 || 0.0375&lt;br /&gt;
|-&lt;br /&gt;
|2 || 0.0525&lt;br /&gt;
|-&lt;br /&gt;
|3 || 0.065&lt;br /&gt;
|-&lt;br /&gt;
|4 || 0.075&lt;br /&gt;
|-&lt;br /&gt;
|5 || 0.08375&lt;br /&gt;
|-&lt;br /&gt;
|6 || 0.09125&lt;br /&gt;
|-&lt;br /&gt;
|7 || 0.09875&lt;br /&gt;
|-&lt;br /&gt;
|8 || 0.10625&lt;br /&gt;
|-&lt;br /&gt;
|9 || 0.1125&lt;br /&gt;
|-&lt;br /&gt;
|10 || 0.11875&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
The maximum interest is 25,000 €&lt;br /&gt;
&lt;br /&gt;
== Debit Interest (negative balance) ==&lt;br /&gt;
If you had -225.000 € on your bank account the previous week, you paid 3,33% = 7.500 € in interest expenses.&lt;br /&gt;
&lt;br /&gt;
With 1 economist you can generate 20% = 1.500 €  in interest income from this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0333 * 0,2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,00666&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bear in mind that if your bank account states -224.000 €, you will only get 1.400 € in interest income, because it will round down to the nearest hundred €! Economist expenses will then be higher than interest income, and it will not be profitable to hire any economists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2 economists can save between; 28,28%&amp;amp;ndash;28,34% &amp;amp;asymp; 28,3%, of the paid interest in the previous week:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0333 * 0,283&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0094239&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the example over you will generate 2.100 € in interest income. Economist expenses will be 3.600 €, so it will not be profitable to hire more than one economist. Here too it will round down to the nearest hundred €uro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* If you make it out of the negative balance with the next update, remember to fire the economist(s) &#039;&#039;&#039;after&#039;&#039;&#039; this update, as they have already given you a profit.&lt;br /&gt;
&lt;br /&gt;
* Always remember that &#039;&#039;&#039;firing&#039;&#039;&#039; an economist will cost you 1.800 €.&lt;br /&gt;
&lt;br /&gt;
==Interest Table==&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
Hence, you make 100 € profit each week after costs for the economist, so in 18 weeks you have earned the compensation, in 19 weeks you make the first profit. In other words, economists are good if you save money longer term. Economists can be a waste of money if you maintain your balance only for a short time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
! Minimum balance&lt;br /&gt;
! Maximum balance&lt;br /&gt;
! Economists needed&lt;br /&gt;
! Minimum income&lt;br /&gt;
! Maximum income&lt;br /&gt;
|-&lt;br /&gt;
|0.0 M€ || 4.8 M€ || 0 || 0 € || 0 €&lt;br /&gt;
|-&lt;br /&gt;
|4.8 M€ || 11.6 M€ || 1 || 0 € || 2546 €&lt;br /&gt;
|-&lt;br /&gt;
|11.6 M€ || 15.1 M€ || 2 || 2546 € || 4409 €&lt;br /&gt;
|-&lt;br /&gt;
|15.1 M€ || 17.9 M€ || 3 || 4409 € || 6235 €&lt;br /&gt;
|-&lt;br /&gt;
|17.9 M€ || 20.3 M€ || 4 || 6235 € || 8050 €&lt;br /&gt;
|-&lt;br /&gt;
|20.3 M€ || 22.5 M€ || 5 || 8050 € || 9859 €&lt;br /&gt;
|-&lt;br /&gt;
|22.5 M€ || 24.4 M€ || 6 || 9859 € || 11665 €&lt;br /&gt;
|-&lt;br /&gt;
|24.4 M€ || 25.3 M€ || 7 || 11665 € || 12400 €&lt;br /&gt;
|-&lt;br /&gt;
|25.3 M€ || 27.7 M€ || 6 || 12400 € || 14200 €&lt;br /&gt;
|-&lt;br /&gt;
|27.7 M€ || 30.9 M€ || 5 || 14200 € || 16000 €&lt;br /&gt;
|-&lt;br /&gt;
|30.9 M€ || 35.7 M€ || 4 || 16000 € || 17800 €&lt;br /&gt;
|-&lt;br /&gt;
|35.7 M€ || 43.7 M€ || 3 || 17800 € || 19600 €&lt;br /&gt;
|-&lt;br /&gt;
|43.7 M€ || 61.9 M€ || 2 || 19600 € || 21400 €&lt;br /&gt;
|-&lt;br /&gt;
|61.9 M€ || 66.7 M€ || 1 || 21400 € || 23200 €&lt;br /&gt;
|}&lt;br /&gt;
[[Category: Game Concepts]]&lt;/div&gt;</summary>
		<author><name>Cgouttebroze</name></author>
	</entry>
	<entry>
		<id>https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=98949</id>
		<title>Accountant</title>
		<link rel="alternate" type="text/html" href="https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=98949"/>
		<updated>2008-07-03T09:39:27Z</updated>

		<summary type="html">&lt;p&gt;Cgouttebroze: /* Interest Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Interwiki/Economist}}&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Credit Interest (positive balance)==&lt;br /&gt;
For a positive balance, the interest rate is calculated like this (as of 22/07/2007):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest rate = 0.0375% * SQRT([amount of economists])&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hence&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = 100 * FLOOR(0.000375 * SQRT([amount of economists]) * [money on account] / 100)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Unfortunately the math package is not installed properly. Once this works, these formulas should be used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest rate = 0.0375% * \sqrt{[amount of economists]}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest = 0.0375% * \sqrt{[amount of economists]} * [money on account]&amp;lt;/math&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
That gives the following interest rates for numbers of economists:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
! economists&lt;br /&gt;
! interest rate in percent&lt;br /&gt;
|-&lt;br /&gt;
|0 || 0&lt;br /&gt;
|-&lt;br /&gt;
|1 || 0.0375&lt;br /&gt;
|-&lt;br /&gt;
|2 || 0.0525&lt;br /&gt;
|-&lt;br /&gt;
|3 || 0.065&lt;br /&gt;
|-&lt;br /&gt;
|4 || 0.075&lt;br /&gt;
|-&lt;br /&gt;
|5 || 0.08375&lt;br /&gt;
|-&lt;br /&gt;
|6 || 0.09125&lt;br /&gt;
|-&lt;br /&gt;
|7 || 0.09875&lt;br /&gt;
|-&lt;br /&gt;
|8 || 0.10625&lt;br /&gt;
|-&lt;br /&gt;
|9 || 0.1125&lt;br /&gt;
|-&lt;br /&gt;
|10 || 0.11875&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
The maximum interest is 25,000 €&lt;br /&gt;
&lt;br /&gt;
== Debit Interest (negative balance) ==&lt;br /&gt;
If you had -225.000 € on your bank account the previous week, you paid 3,33% = 7.500 € in interest expenses.&lt;br /&gt;
&lt;br /&gt;
With 1 economist you can generate 20% = 1.500 €  in interest income from this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0333 * 0,2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,00666&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bear in mind that if your bank account states -224.000 €, you will only get 1.400 € in interest income, because it will round down to the nearest hundred €! Economist expenses will then be higher than interest income, and it will not be profitable to hire any economists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2 economists can save between; 28,28%&amp;amp;ndash;28,34% &amp;amp;asymp; 28,3%, of the paid interest in the previous week:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0333 * 0,283&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0094239&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the example over you will generate 2.100 € in interest income. Economist expenses will be 3.600 €, so it will not be profitable to hire more than one economist. Here too it will round down to the nearest hundred €uro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* If you make it out of the negative balance with the next update, remember to fire the economist(s) &#039;&#039;&#039;after&#039;&#039;&#039; this update, as they have already given you a profit.&lt;br /&gt;
&lt;br /&gt;
* Always remember that &#039;&#039;&#039;firing&#039;&#039;&#039; an economist will cost you 1.800 €.&lt;br /&gt;
&lt;br /&gt;
==Interest Table==&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
Hence, you make 100 € profit each week after costs for the economist, so in 18 weeks you have earned the compensation, in 19 weeks you make the first profit. In other words, economists are good if you save money longer term. Economists can be a waste of money if you maintain your balance only for a short time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
! Minimum balance&lt;br /&gt;
! Maximum balance&lt;br /&gt;
! Economists needed&lt;br /&gt;
! Minimum income&lt;br /&gt;
! Maximum income&lt;br /&gt;
|-&lt;br /&gt;
|0.0 M€ || 4.8 M€ || 0 || 0 € || 0 €&lt;br /&gt;
|-&lt;br /&gt;
|4.8 M€ || 11.6 M€ || 1 || 0 € || 2546 €&lt;br /&gt;
|-&lt;br /&gt;
|11.6 M€ || 15.1 M€ || 2 || 2546 € || 4409 €&lt;br /&gt;
|-&lt;br /&gt;
|15.1 M€ || 17.9 M€ || 3 || 4409 € || 6235 €&lt;br /&gt;
|-&lt;br /&gt;
|17.9 M€ || 20.3 M€ || 4 || 6235 € || 8050 €&lt;br /&gt;
|-&lt;br /&gt;
|20.3 M€ || 22.5 M€ || 5 || 8050 € || 9859 €&lt;br /&gt;
|-&lt;br /&gt;
|22.5 M€ || 24.7 M€ || 6 || 9859 € || 11665 €&lt;br /&gt;
|-&lt;br /&gt;
|24.7 M€ || 25.2 M€ || 7 || 11665 € || 12400 €&lt;br /&gt;
|-&lt;br /&gt;
|25.2 M€ || 27.7 M€ || 6 || 12400 € || 14200 €&lt;br /&gt;
|-&lt;br /&gt;
|27.7 M€ || 30.9 M€ || 5 || 14200 € || 16000 €&lt;br /&gt;
|-&lt;br /&gt;
|30.9 M€ || 35.7 M€ || 4 || 16000 € || 17800 €&lt;br /&gt;
|-&lt;br /&gt;
|35.7 M€ || 43.8 M€ || 3 || 17800 € || 19600 €&lt;br /&gt;
|-&lt;br /&gt;
|43.8 M€ || 61.9 M€ || 2 || 19600 € || 21400 €&lt;br /&gt;
|-&lt;br /&gt;
|61.9 M€ || +++ M€ || 1 || 21400 € || 23200 €&lt;br /&gt;
|}&lt;br /&gt;
[[Category: Game Concepts]]&lt;/div&gt;</summary>
		<author><name>Cgouttebroze</name></author>
	</entry>
	<entry>
		<id>https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=98939</id>
		<title>Accountant</title>
		<link rel="alternate" type="text/html" href="https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=98939"/>
		<updated>2008-07-03T08:21:48Z</updated>

		<summary type="html">&lt;p&gt;Cgouttebroze: /* Interest Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Interwiki/Economist}}&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Credit Interest (positive balance)==&lt;br /&gt;
For a positive balance, the interest rate is calculated like this (as of 22/07/2007):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest rate = 0.0375% * SQRT([amount of economists])&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hence&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = 100 * FLOOR(0.000375 * SQRT([amount of economists]) * [money on account] / 100)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Unfortunately the math package is not installed properly. Once this works, these formulas should be used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest rate = 0.0375% * \sqrt{[amount of economists]}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest = 0.0375% * \sqrt{[amount of economists]} * [money on account]&amp;lt;/math&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
That gives the following interest rates for numbers of economists:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
! economists&lt;br /&gt;
! interest rate in percent&lt;br /&gt;
|-&lt;br /&gt;
|0 || 0&lt;br /&gt;
|-&lt;br /&gt;
|1 || 0.0375&lt;br /&gt;
|-&lt;br /&gt;
|2 || 0.0525&lt;br /&gt;
|-&lt;br /&gt;
|3 || 0.065&lt;br /&gt;
|-&lt;br /&gt;
|4 || 0.075&lt;br /&gt;
|-&lt;br /&gt;
|5 || 0.08375&lt;br /&gt;
|-&lt;br /&gt;
|6 || 0.09125&lt;br /&gt;
|-&lt;br /&gt;
|7 || 0.09875&lt;br /&gt;
|-&lt;br /&gt;
|8 || 0.10625&lt;br /&gt;
|-&lt;br /&gt;
|9 || 0.1125&lt;br /&gt;
|-&lt;br /&gt;
|10 || 0.11875&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
The maximum interest is 25,000 €&lt;br /&gt;
&lt;br /&gt;
== Debit Interest (negative balance) ==&lt;br /&gt;
If you had -225.000 € on your bank account the previous week, you paid 3,33% = 7.500 € in interest expenses.&lt;br /&gt;
&lt;br /&gt;
With 1 economist you can generate 20% = 1.500 €  in interest income from this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0333 * 0,2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,00666&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bear in mind that if your bank account states -224.000 €, you will only get 1.400 € in interest income, because it will round down to the nearest hundred €! Economist expenses will then be higher than interest income, and it will not be profitable to hire any economists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2 economists can save between; 28,28%&amp;amp;ndash;28,34% &amp;amp;asymp; 28,3%, of the paid interest in the previous week:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0333 * 0,283&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0094239&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the example over you will generate 2.100 € in interest income. Economist expenses will be 3.600 €, so it will not be profitable to hire more than one economist. Here too it will round down to the nearest hundred €uro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* If you make it out of the negative balance with the next update, remember to fire the economist(s) &#039;&#039;&#039;after&#039;&#039;&#039; this update, as they have already given you a profit.&lt;br /&gt;
&lt;br /&gt;
* Always remember that &#039;&#039;&#039;firing&#039;&#039;&#039; an economist will cost you 1.800 €.&lt;br /&gt;
&lt;br /&gt;
==Interest Table==&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
Hence, you make 100 € profit each week after costs for the economist, so in 18 weeks you have earned the compensation, in 19 weeks you make the first profit. In other words, economists are good if you save money longer term. Economists can be a waste of money if you maintain your balance only for a short time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
! Minimum balance&lt;br /&gt;
! Maximum balance&lt;br /&gt;
! Economists needed&lt;br /&gt;
! Minimum income&lt;br /&gt;
! Maximum income&lt;br /&gt;
|-&lt;br /&gt;
|0.0 M€ || 4.8 M€ || 0 || 0 € || 0 €&lt;br /&gt;
|-&lt;br /&gt;
|4.8 M€ || 11.6 M€ || 1 || 0 € || 2555 €&lt;br /&gt;
|-&lt;br /&gt;
|11.6 M€ || 15.0 M€ || 2 || 2555 € || 4350 €&lt;br /&gt;
|-&lt;br /&gt;
|15.0 M€ || 18.0 M€ || 3 || 4350 € || 6300 €&lt;br /&gt;
|-&lt;br /&gt;
|18.0 M€ || 20.2 M€ || 4 || 6300 € || 7969 €&lt;br /&gt;
|-&lt;br /&gt;
|20.2 M€ || 22.5 M€ || 5 || 7969 € || 9878 €&lt;br /&gt;
|-&lt;br /&gt;
|22.5 M€ || 24.7 M€ || 6 || 9878 € || 11860 €&lt;br /&gt;
|-&lt;br /&gt;
|24.7 M€ || 25.2 M€ || 7 || 11860 € || 12400 €&lt;br /&gt;
|-&lt;br /&gt;
|25.2 M€ || 27.7 M€ || 6 || 12400 € || 14200 €&lt;br /&gt;
|-&lt;br /&gt;
|27.7 M€ || 30.9 M€ || 5 || 14200 € || 16000 €&lt;br /&gt;
|-&lt;br /&gt;
|30.9 M€ || 35.7 M€ || 4 || 16000 € || 17800 €&lt;br /&gt;
|-&lt;br /&gt;
|35.7 M€ || 43.8 M€ || 3 || 17800 € || 19600 €&lt;br /&gt;
|-&lt;br /&gt;
|43.8 M€ || 61.9 M€ || 2 || 19600 € || 21400 €&lt;br /&gt;
|-&lt;br /&gt;
|61.9 M€ || +++ M€ || 1 || 21400 € || 23200 €&lt;br /&gt;
|}&lt;br /&gt;
[[Category: Game Concepts]]&lt;/div&gt;</summary>
		<author><name>Cgouttebroze</name></author>
	</entry>
	<entry>
		<id>https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=98938</id>
		<title>Accountant</title>
		<link rel="alternate" type="text/html" href="https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=98938"/>
		<updated>2008-07-03T08:17:41Z</updated>

		<summary type="html">&lt;p&gt;Cgouttebroze: /* Interest Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Interwiki/Economist}}&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Credit Interest (positive balance)==&lt;br /&gt;
For a positive balance, the interest rate is calculated like this (as of 22/07/2007):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest rate = 0.0375% * SQRT([amount of economists])&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hence&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = 100 * FLOOR(0.000375 * SQRT([amount of economists]) * [money on account] / 100)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Unfortunately the math package is not installed properly. Once this works, these formulas should be used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest rate = 0.0375% * \sqrt{[amount of economists]}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest = 0.0375% * \sqrt{[amount of economists]} * [money on account]&amp;lt;/math&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
That gives the following interest rates for numbers of economists:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
! economists&lt;br /&gt;
! interest rate in percent&lt;br /&gt;
|-&lt;br /&gt;
|0 || 0&lt;br /&gt;
|-&lt;br /&gt;
|1 || 0.0375&lt;br /&gt;
|-&lt;br /&gt;
|2 || 0.0525&lt;br /&gt;
|-&lt;br /&gt;
|3 || 0.065&lt;br /&gt;
|-&lt;br /&gt;
|4 || 0.075&lt;br /&gt;
|-&lt;br /&gt;
|5 || 0.08375&lt;br /&gt;
|-&lt;br /&gt;
|6 || 0.09125&lt;br /&gt;
|-&lt;br /&gt;
|7 || 0.09875&lt;br /&gt;
|-&lt;br /&gt;
|8 || 0.10625&lt;br /&gt;
|-&lt;br /&gt;
|9 || 0.1125&lt;br /&gt;
|-&lt;br /&gt;
|10 || 0.11875&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
The maximum interest is 25,000 €&lt;br /&gt;
&lt;br /&gt;
== Debit Interest (negative balance) ==&lt;br /&gt;
If you had -225.000 € on your bank account the previous week, you paid 3,33% = 7.500 € in interest expenses.&lt;br /&gt;
&lt;br /&gt;
With 1 economist you can generate 20% = 1.500 €  in interest income from this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0333 * 0,2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,00666&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bear in mind that if your bank account states -224.000 €, you will only get 1.400 € in interest income, because it will round down to the nearest hundred €! Economist expenses will then be higher than interest income, and it will not be profitable to hire any economists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2 economists can save between; 28,28%&amp;amp;ndash;28,34% &amp;amp;asymp; 28,3%, of the paid interest in the previous week:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0333 * 0,283&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0094239&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the example over you will generate 2.100 € in interest income. Economist expenses will be 3.600 €, so it will not be profitable to hire more than one economist. Here too it will round down to the nearest hundred €uro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* If you make it out of the negative balance with the next update, remember to fire the economist(s) &#039;&#039;&#039;after&#039;&#039;&#039; this update, as they have already given you a profit.&lt;br /&gt;
&lt;br /&gt;
* Always remember that &#039;&#039;&#039;firing&#039;&#039;&#039; an economist will cost you 1.800 €.&lt;br /&gt;
&lt;br /&gt;
==Interest Table==&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
Hence, you make 100 € profit each week after costs for the economist, so in 18 weeks you have earned the compensation, in 19 weeks you make the first profit. In other words, economists are good if you save money longer term. Economists can be a waste of money if you maintain your balance only for a short time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
! Minimum balance&lt;br /&gt;
! Maximum balance&lt;br /&gt;
! Economists needed&lt;br /&gt;
! Minimum income&lt;br /&gt;
! Maximum income&lt;br /&gt;
|-&lt;br /&gt;
|0.0 M€ || 4.8 M€ || 0 || 0 || 0&lt;br /&gt;
|-&lt;br /&gt;
|4.8 M€ || 11.6 M€ || 1 || 0 || 2555&lt;br /&gt;
|-&lt;br /&gt;
|11.6 M€ || 15.0 M€ || 2 || 2555 || 4350&lt;br /&gt;
|-&lt;br /&gt;
|15.0 M€ || 18.0 M€ || 3 || 4350 || 6300&lt;br /&gt;
|-&lt;br /&gt;
|18.0 M€ || 20.2 M€ || 4 || 6300 || 7969&lt;br /&gt;
|-&lt;br /&gt;
|20.2 M€ || 22.5 M€ || 5 || 7969 || 9878&lt;br /&gt;
|-&lt;br /&gt;
|22.5 M€ || 24.7 M€ || 6 || 9878 || 11860&lt;br /&gt;
|-&lt;br /&gt;
|24.7 M€ || 25.2 M€ || 7 || 11860 || 12400&lt;br /&gt;
|-&lt;br /&gt;
|25.2 M€ || 27.7 M€ || 6 || 12400 || 14200&lt;br /&gt;
|-&lt;br /&gt;
|27.7 M€ || 30.9 M€ || 5 || 14200 || 16000&lt;br /&gt;
|-&lt;br /&gt;
|30.9 M€ || 35.7 M€ || 4 || 16000 || 17800&lt;br /&gt;
|-&lt;br /&gt;
|35.7 M€ || 43.8 M€ || 3 || 19600 || 21400&lt;br /&gt;
|-&lt;br /&gt;
|43.8 M€ || 61.9 M€ || 2 || 21400 || 23200&lt;br /&gt;
|-&lt;br /&gt;
|61.9 M€ || +++ M€ || 1 || 23200 || 23200&lt;br /&gt;
|}&lt;br /&gt;
[[Category: Game Concepts]]&lt;/div&gt;</summary>
		<author><name>Cgouttebroze</name></author>
	</entry>
	<entry>
		<id>https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=98937</id>
		<title>Accountant</title>
		<link rel="alternate" type="text/html" href="https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=98937"/>
		<updated>2008-07-03T07:48:52Z</updated>

		<summary type="html">&lt;p&gt;Cgouttebroze: /* Interest Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Interwiki/Economist}}&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Credit Interest (positive balance)==&lt;br /&gt;
For a positive balance, the interest rate is calculated like this (as of 22/07/2007):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest rate = 0.0375% * SQRT([amount of economists])&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hence&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = 100 * FLOOR(0.000375 * SQRT([amount of economists]) * [money on account] / 100)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Unfortunately the math package is not installed properly. Once this works, these formulas should be used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest rate = 0.0375% * \sqrt{[amount of economists]}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest = 0.0375% * \sqrt{[amount of economists]} * [money on account]&amp;lt;/math&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
That gives the following interest rates for numbers of economists:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
! economists&lt;br /&gt;
! interest rate in percent&lt;br /&gt;
|-&lt;br /&gt;
|0 || 0&lt;br /&gt;
|-&lt;br /&gt;
|1 || 0.0375&lt;br /&gt;
|-&lt;br /&gt;
|2 || 0.0525&lt;br /&gt;
|-&lt;br /&gt;
|3 || 0.065&lt;br /&gt;
|-&lt;br /&gt;
|4 || 0.075&lt;br /&gt;
|-&lt;br /&gt;
|5 || 0.08375&lt;br /&gt;
|-&lt;br /&gt;
|6 || 0.09125&lt;br /&gt;
|-&lt;br /&gt;
|7 || 0.09875&lt;br /&gt;
|-&lt;br /&gt;
|8 || 0.10625&lt;br /&gt;
|-&lt;br /&gt;
|9 || 0.1125&lt;br /&gt;
|-&lt;br /&gt;
|10 || 0.11875&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
The maximum interest is 25,000 €&lt;br /&gt;
&lt;br /&gt;
== Debit Interest (negative balance) ==&lt;br /&gt;
If you had -225.000 € on your bank account the previous week, you paid 3,33% = 7.500 € in interest expenses.&lt;br /&gt;
&lt;br /&gt;
With 1 economist you can generate 20% = 1.500 €  in interest income from this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0333 * 0,2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,00666&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bear in mind that if your bank account states -224.000 €, you will only get 1.400 € in interest income, because it will round down to the nearest hundred €! Economist expenses will then be higher than interest income, and it will not be profitable to hire any economists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2 economists can save between; 28,28%&amp;amp;ndash;28,34% &amp;amp;asymp; 28,3%, of the paid interest in the previous week:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0333 * 0,283&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0094239&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the example over you will generate 2.100 € in interest income. Economist expenses will be 3.600 €, so it will not be profitable to hire more than one economist. Here too it will round down to the nearest hundred €uro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* If you make it out of the negative balance with the next update, remember to fire the economist(s) &#039;&#039;&#039;after&#039;&#039;&#039; this update, as they have already given you a profit.&lt;br /&gt;
&lt;br /&gt;
* Always remember that &#039;&#039;&#039;firing&#039;&#039;&#039; an economist will cost you 1.800 €.&lt;br /&gt;
&lt;br /&gt;
==Interest Table==&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
Hence, you make 100 € profit each week after costs for the economist, so in 18 weeks you have earned the compensation, in 19 weeks you make the first profit. In other words, economists are good if you save money longer term. Economists can be a waste of money if you maintain your balance only for a short time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
! Minimum balance&lt;br /&gt;
! Maximum balance&lt;br /&gt;
! Economists needed&lt;br /&gt;
|-&lt;br /&gt;
|0.0 M€ || 4.8 M€ || 0&lt;br /&gt;
|-&lt;br /&gt;
|4.8 M€ || 11.6 M€ || 1&lt;br /&gt;
|-&lt;br /&gt;
|11.6 M€ || 15.0 M€ || 2&lt;br /&gt;
|-&lt;br /&gt;
|15.0 M€ || 18.0 M€ || 3&lt;br /&gt;
|-&lt;br /&gt;
|18.0 M€ || 20.2 M€ || 4&lt;br /&gt;
|-&lt;br /&gt;
|20.2 M€ || 22.5 M€ || 5&lt;br /&gt;
|-&lt;br /&gt;
|22.5 M€ || 24.7 M€ || 6&lt;br /&gt;
|-&lt;br /&gt;
|24.7 M€ || 25.2 M€ || 7&lt;br /&gt;
|-&lt;br /&gt;
|25.2 M€ || 27.7 M€ || 6&lt;br /&gt;
|-&lt;br /&gt;
|27.7 M€ || 30.9 M€ || 5&lt;br /&gt;
|-&lt;br /&gt;
|30.9 M€ || 35.7 M€ || 4&lt;br /&gt;
|-&lt;br /&gt;
|35.7 M€ || 43.8 M€ || 3&lt;br /&gt;
|-&lt;br /&gt;
|43.8 M€ || 61.9 M€ || 2&lt;br /&gt;
|-&lt;br /&gt;
|61.9 M€ || +++ M€ || 1&lt;br /&gt;
|}&lt;br /&gt;
[[Category: Game Concepts]]&lt;/div&gt;</summary>
		<author><name>Cgouttebroze</name></author>
	</entry>
	<entry>
		<id>https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=98936</id>
		<title>Accountant</title>
		<link rel="alternate" type="text/html" href="https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=98936"/>
		<updated>2008-07-03T07:48:14Z</updated>

		<summary type="html">&lt;p&gt;Cgouttebroze: /* Interest Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Interwiki/Economist}}&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Credit Interest (positive balance)==&lt;br /&gt;
For a positive balance, the interest rate is calculated like this (as of 22/07/2007):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest rate = 0.0375% * SQRT([amount of economists])&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
hence&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = 100 * FLOOR(0.000375 * SQRT([amount of economists]) * [money on account] / 100)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Unfortunately the math package is not installed properly. Once this works, these formulas should be used:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest rate = 0.0375% * \sqrt{[amount of economists]}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest = 0.0375% * \sqrt{[amount of economists]} * [money on account]&amp;lt;/math&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
That gives the following interest rates for numbers of economists:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
! economists&lt;br /&gt;
! interest rate in percent&lt;br /&gt;
|-&lt;br /&gt;
|0 || 0&lt;br /&gt;
|-&lt;br /&gt;
|1 || 0.0375&lt;br /&gt;
|-&lt;br /&gt;
|2 || 0.0525&lt;br /&gt;
|-&lt;br /&gt;
|3 || 0.065&lt;br /&gt;
|-&lt;br /&gt;
|4 || 0.075&lt;br /&gt;
|-&lt;br /&gt;
|5 || 0.08375&lt;br /&gt;
|-&lt;br /&gt;
|6 || 0.09125&lt;br /&gt;
|-&lt;br /&gt;
|7 || 0.09875&lt;br /&gt;
|-&lt;br /&gt;
|8 || 0.10625&lt;br /&gt;
|-&lt;br /&gt;
|9 || 0.1125&lt;br /&gt;
|-&lt;br /&gt;
|10 || 0.11875&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
The maximum interest is 25,000 €&lt;br /&gt;
&lt;br /&gt;
== Debit Interest (negative balance) ==&lt;br /&gt;
If you had -225.000 € on your bank account the previous week, you paid 3,33% = 7.500 € in interest expenses.&lt;br /&gt;
&lt;br /&gt;
With 1 economist you can generate 20% = 1.500 €  in interest income from this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0333 * 0,2&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,00666&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bear in mind that if your bank account states -224.000 €, you will only get 1.400 € in interest income, because it will round down to the nearest hundred €! Economist expenses will then be higher than interest income, and it will not be profitable to hire any economists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2 economists can save between; 28,28%&amp;amp;ndash;28,34% &amp;amp;asymp; 28,3%, of the paid interest in the previous week:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0333 * 0,283&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest = [money on account in previous week] * 0,0094239&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the example over you will generate 2.100 € in interest income. Economist expenses will be 3.600 €, so it will not be profitable to hire more than one economist. Here too it will round down to the nearest hundred €uro.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* If you make it out of the negative balance with the next update, remember to fire the economist(s) &#039;&#039;&#039;after&#039;&#039;&#039; this update, as they have already given you a profit.&lt;br /&gt;
&lt;br /&gt;
* Always remember that &#039;&#039;&#039;firing&#039;&#039;&#039; an economist will cost you 1.800 €.&lt;br /&gt;
&lt;br /&gt;
==Interest Table==&lt;br /&gt;
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. &lt;br /&gt;
&lt;br /&gt;
Hence, you make 100 € profit each week after costs for the economist, so in 15 weeks you have earned the compensation, in 16 weeks you make the first profit. In other words, economists are good if you save money longer term. Economists can be a waste of money if you maintain your balance only for a short time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; style=&amp;quot;border-collapse:collapse;&amp;quot;&lt;br /&gt;
! Minimum balance&lt;br /&gt;
! Maximum balance&lt;br /&gt;
! Economists needed&lt;br /&gt;
|-&lt;br /&gt;
|0.0 M€ || 4.8 M€ || 0&lt;br /&gt;
|-&lt;br /&gt;
|4.8 M€ || 11.6 M€ || 1&lt;br /&gt;
|-&lt;br /&gt;
|11.6 M€ || 15.0 M€ || 2&lt;br /&gt;
|-&lt;br /&gt;
|15.0 M€ || 18.0 M€ || 3&lt;br /&gt;
|-&lt;br /&gt;
|18.0 M€ || 20.2 M€ || 4&lt;br /&gt;
|-&lt;br /&gt;
|20.2 M€ || 22.5 M€ || 5&lt;br /&gt;
|-&lt;br /&gt;
|22.5 M€ || 24.7 M€ || 6&lt;br /&gt;
|-&lt;br /&gt;
|24.7 M€ || 25.2 M€ || 7&lt;br /&gt;
|-&lt;br /&gt;
|25.2 M€ || 27.7 M€ || 6&lt;br /&gt;
|-&lt;br /&gt;
|27.7 M€ || 30.9 M€ || 5&lt;br /&gt;
|-&lt;br /&gt;
|30.9 M€ || 35.7 M€ || 4&lt;br /&gt;
|-&lt;br /&gt;
|35.7 M€ || 43.8 M€ || 3&lt;br /&gt;
|-&lt;br /&gt;
|43.8 M€ || 61.9 M€ || 2&lt;br /&gt;
|-&lt;br /&gt;
|61.9 M€ || +++ M€ || 1&lt;br /&gt;
|}&lt;br /&gt;
[[Category: Game Concepts]]&lt;/div&gt;</summary>
		<author><name>Cgouttebroze</name></author>
	</entry>
</feed>