0% found this document useful (0 votes)
28 views

2 Atm

The problem statement outlines the need for a banking system that allows customers to withdraw and deposit funds from their accounts using ATMs without first opening an account at a local bank branch. The proposed system would have each bank maintain its own accounts on individual computers that communicate with a central system to process transactions. This would allow customers to access their funds from any ATM using a cash card after registering their personal and account information in an initial sign up process. The system design must ensure concurrent transactions are handled correctly and include appropriate security and record keeping functionality.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

2 Atm

The problem statement outlines the need for a banking system that allows customers to withdraw and deposit funds from their accounts using ATMs without first opening an account at a local bank branch. The proposed system would have each bank maintain its own accounts on individual computers that communicate with a central system to process transactions. This would allow customers to access their funds from any ATM using a cash card after registering their personal and account information in an initial sign up process. The system design must ensure concurrent transactions are handled correctly and include appropriate security and record keeping functionality.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Problem Statement:

- To provide the convenient withdrawal service in everywhere, even if user don't come to a bank The problem statement for the project is as follows: Each bank provides its own computer to maintain its own accounts and process transactions against them. With this system, a client must first open account before he can use ATM. The opening account involves the client providing his Personal information, and SSI. A client may open one or more accounts for deposit ,withdraw, transfer money between checking and saving account. The client can check the account status 24 hours a day. When the client deposit/withdraw money. The client must specify which account and the amount. Then ATMs communicate with a central computer which clears transactions with the appropriate banks. An ATM accepts a cash card, interacts with the user, communicates with the central system to carry out the transaction, dispenses cash, and prints receipts. The system requires appropriate recordkeeping and security provisions. The system must handle concurrent accesses to the same account correctly. The banks will provide their own software for their own computers.

Use case Diagram

Class Diagram

Activity Diagram

Sequence Diagram

Collaboration Diagram

You might also like