Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull Request for abc-bank application #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Alok-Saini
Copy link

Team,
I am submitting pull request for my work done abc-bank application. Below features are committed with this code.

•A customer can transfer between their accounts
•Change Maxi-Savings accounts to have an interest rate of 5% assuming no withdrawals in the past 10 days otherwise 0.1%

Thanks
Alok

Alok-Saini added 2 commits October 2, 2016 20:25
…no withdrawals in the past 10 days otherwise 0.1%

I have implemented this logic with a following rules:-
if there is no withdrawal in last 10 days interest rate = 5%
if there is withdrawal in last 10 days interest rate = 0.1%
if there is no withdrawal and length of account is more than 10 days interest rate = 5%
else interest rate = 0.1%
@Alok-Saini
Copy link
Author

committing changes for below features.

•A customer can transfer between their accounts
•Change Maxi-Savings accounts to have an interest rate of 5% assuming no withdrawals in the past 10 days otherwise 0.1%

@Alok-Saini Alok-Saini closed this Oct 3, 2016
@Alok-Saini Alok-Saini reopened this Oct 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant