<?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=68.40.47.82</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=68.40.47.82"/>
	<link rel="alternate" type="text/html" href="https://wiki.hattrick.org/wiki/Special:Contributions/68.40.47.82"/>
	<updated>2026-09-16T16:46:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=60240</id>
		<title>Accountant</title>
		<link rel="alternate" type="text/html" href="https://wiki.hattrick.org/index.php?title=Accountant&amp;diff=60240"/>
		<updated>2007-06-14T02:31:55Z</updated>

		<summary type="html">&lt;p&gt;68.40.47.82: /* Interest Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 27/11/2006):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#3A5FCD&amp;quot;&amp;gt;interest rate = 0.075% * 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.00075 * 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.075% * \sqrt{[amount of economists]}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;interest = 0.075% * \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.075&lt;br /&gt;
|-&lt;br /&gt;
|2 || 0.105&lt;br /&gt;
|-&lt;br /&gt;
|3 || 0.13&lt;br /&gt;
|-&lt;br /&gt;
|4 || 0.15&lt;br /&gt;
|-&lt;br /&gt;
|5 || 0.1675&lt;br /&gt;
|-&lt;br /&gt;
|6 || 0.1825&lt;br /&gt;
|-&lt;br /&gt;
|7 || 0.1975&lt;br /&gt;
|-&lt;br /&gt;
|8 || 0.2125&lt;br /&gt;
|-&lt;br /&gt;
|9 || 0.225&lt;br /&gt;
|-&lt;br /&gt;
|10 || 0.2375&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 (still) 100.000 €; this is why you start needing less economists when your account reaches 21.081.851 €&lt;br /&gt;
&lt;br /&gt;
==Debit Interest (negative balance)==&lt;br /&gt;
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:&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,05 * 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,01&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2 economists can save 30% 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,05 * 0,3&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,015&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So remember to fire the economist/s &#039;&#039;after&#039;&#039; the next update, as they will get you a profit, even if you made it out of the negative balance with this next update.&lt;br /&gt;
&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;/div&gt;</summary>
		<author><name>68.40.47.82</name></author>
	</entry>
</feed>