File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ In this challenge you should build an API for an application that stores and man
1111 2 . An investment should not be or become negative.
12122 . __ View__ of an investment with its initial amount and expected balance.
1313 1 . Expected balance should be the sum of the invested amount and the [ gains] [ ] .
14+ 2 . If an investment was already withdrawn then the balance must reflect the gains of that investment
14153 . __ Withdrawal__ of a investment.
1516 1 . The withdraw will always be the sum of the initial amount and its gains,
1617 partial withdrawn is not supported.
1718 2 . Withdrawals can happen in the past or today, but can't happen before the investment creation or the future.
18- 3 . [ Taxes] [ taxes ] need to be applied to the withdrawals before showing the
19- final value.
19+ 3 . [ Taxes] [ taxes ] need to be applied to the withdrawals before showing the final value.
20204 . __ List__ of a person's investments
2121 1 . This list should have pagination.
2222
You can’t perform that action at this time.
0 commit comments