views:

281

answers:

2

Hi,

I'm currently gathering different requirments over banking website development, and one of the part which I want to know deeply is "saving account" .

What the internal working do I have to keep in mind for making a website over "saving account" part?

Thanks in advance.

+4  A: 

I would post this on a banking board :) The technical issues you need to worry about are far outnumbered by the business issues. You need to have a savings / banking expert on your team.

Cody C
+4  A: 

Your domain expert should provide a specific definition of what's required. There are way too many variables for you to determine this, and (with respect) you're not the person to make this decision.

e.g. how do you report rates ? How do you report when they're applied ? Can you make withdrawals immediately etc. These are all attributes and behaviours related to the savings account and should manifest themselves in some fashion on the front-end.

Brian Agnew
Also add privacy concerns on who can access financial data. Any SEC laws since this is a financial institution. Reliability assurance so that when a person transfers $100 to an account it actually works. This is why he needs a domain expert.
Cody C
These things shouldn't be a part of the website code.
quant_dev
PS. "These things" refers to Brian Agnew's list (rates, interest, business days).
quant_dev
@quant_dev - Understood. I misread the question. Modified appropriately
Brian Agnew