An open API service indexing awesome lists of open source software.

https://github.com/piamacalanda/softeng1_decor-pattern-digital-bank

Digital Bank System implementing decorator pattern using Java.
https://github.com/piamacalanda/softeng1_decor-pattern-digital-bank

decorator-design-pattern

Last synced: 4 months ago
JSON representation

Digital Bank System implementing decorator pattern using Java.

Awesome Lists containing this project

README

          

# CIMB Digital Bank Savings (Decorator Pattern)

### Problem Set
CIMB is a digital bank that offers GSave and UpSave savings accounts. As with a typical Savings Account, it contains accountNumber, accountName, and a balance for that account.

The typical savings account offers an interest rate of 1%.
The benefits of the typical savings account is the same with the "Standard Savings Account" as compared to other banks.

The GSave account offers an interest rate of 2.5%.
Benefits include the "Standard Savings Account" plus access to "GCash transfer".

The UpSave account offers the highest interest rate of 4.0%.
Benefits include the "Standard Savings Account" plus "with Insurance".

### UML Diagram by Sir. Jeremias C. Esperanza
![image](https://github.com/user-attachments/assets/5a7054d9-cbd0-43b9-af76-f3b472e7bbd5)