-
Notifications
You must be signed in to change notification settings - Fork 0
/
assumptions.txt
22 lines (17 loc) · 1022 Bytes
/
assumptions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Assumptions:
S = P + I
S - gained investment amount;
P - capital, or initial investment amount;
I - simple interest over period:
I = P*n*i
n - investment period, measured in years;
i - interest rate per annum:
i = f(P)
+---------------------------------+---------------------------------+----------------------------+
| Minimum investment amount, Pmin | Maximum investment amount, Pmax | Interest rate p.a., i=f(P) |
+---------------------------------+---------------------------------+----------------------------+
| £0 | £1000 | 1.0% |
| £1000 | £10000 | 1.5% |
| £10000 | £100000 | 2.5% |
| £100000 | no limit | 5.0% |
+---------------------------------+---------------------------------+----------------------------+