Skip to content

Commit 6e2ba61

Browse files
authored
(fix): tax does not make sense (#12)
1 parent 9581ee0 commit 6e2ba61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ Given that the gain is paid every month, it should be treated as [compound gain]
3030

3131
### Taxation
3232

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.
3434

3535
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).
3939

4040
## Requirements
4141
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.
7676

7777
## Have Fun Coding 🤘
7878
- 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.
8080

8181
## Credits
8282

0 commit comments

Comments
 (0)