Skip to content

Commit

Permalink
docs(atm-management-system): make calculation of interest an explicit…
Browse files Browse the repository at this point in the history
… task
  • Loading branch information
mikysett committed Aug 8, 2023
1 parent 39e7204 commit 49829ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subjects/atm-management-system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ The following features must be implemented by yourself.
- fixed03(3 year account): interest rate 0.08%
- If the account is current you must display `You will not get interests because the account is of type current`

For example: for an account of type `savings` with a deposit date of `10/10/2002` and an amount of `$1023.20` the system will show `"You will get $5.97 as interest on day 10 of every month"`.

4. The **Make transaction** feature, users must be able to create transactions, withdrawing or depositing money to a certain account. All transactions
must be updated and saved into the corresponding file. Accounts of type `fixed01`, `fixed02` and `fixed03` are not allowed to make transactions and an error message should be displayed if transactions are attempted with these accounts.

Expand Down

0 comments on commit 49829ae

Please sign in to comment.