You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ Given that the gain is paid every month, it should be treated as [compound gain]
30
30
31
31
### Taxation
32
32
33
-
When money is withdrawn, tax is triggered. Taxes apply only to the profit/gain portion of the money withdrawn. For example, if the initial investment was 1000.00, the current balance is 1200.00, then the taxes will be applied to 16.67% = (200/1200) of the balance. Meaning that you should apply tax on 33.34 (200 x 16,67%).
33
+
When money is withdrawn, tax is triggered. Taxes apply only to the profit/gain portion of the money withdrawn. For example, if the initial investment was 1000.00, the current balance is 1200.00, then the taxes will be applied to the 200.00.
34
34
35
35
The tax percentage changes according to the age of the investment:
36
-
* If it is less than one year old, the percentage will be 22.5%
37
-
* If it is between one and two years old, the percentage will be 18.5%.
38
-
* If older than two years, the percentage will be 15%.
36
+
* If it is less than one year old, the percentage will be 22.5% (tax = 45.00).
37
+
* If it is between one and two years old, the percentage will be 18.5% (tax = 37.00).
38
+
* If older than two years, the percentage will be 15% (tax = 30.00).
39
39
40
40
## Requirements
41
41
1. Create project using any technology of your preference. It’s perfectly OK to use vanilla code or any framework or libraries;
@@ -76,7 +76,7 @@ Use the following checklist to ensure high quality of the project.
76
76
77
77
## Have Fun Coding 🤘
78
78
- This challenge description is intentionally vague in some aspects, but if you need assistance feel free to ask for help.
79
-
- If any of the seens out of your current level, you may skip it, but remember to tell us about it in the pull request.
79
+
- If any of the seems out of your current level, you may skip it, but remember to tell us about it in the pull request.
0 commit comments