What is the technical limitation for banks that makes them only give you 18 months of history? [closed]
Asked Answered
G

6

5

For both my bank accounts I can only access 18 months of history.

To access older account history, you have to pay a certain amount of money for each old statement. Why do banks do that? Shouldn't this practice go away as we get bigger hard disks and cheaper storage?

Guipure answered 11/8, 2009 at 19:28 Comment(3)
Because they look like this -> $_$Ruscher
Probably a better candidate for serverfault, but it would have to be reopened before it can be moved -- unless there's a moderator who agrees.Sacking
Compute the cost (in bits) for tracking an average customer. Multiply this by the total number of accounts owned by the bank. You're easily talking terabytes of data. Add in a redundant backup systems and costs (in dollars) rise.Lamarre
S
9

The Achilles Heel of nearly all data storage solutions is backup. Nobody wants to keep data that is infrequently accessed on-line if they don't have to because online data costs more than offline data. Unfortunately, once the data is no longer online, it becomes much harder to get at, often involving manual processes. Whether the data is truly not available online anymore or not, this is the origin of the fee for accessing older data.

I know that we remove older data for our students about 13 months after they leave the University. And, yes, we too charge a fee to recover the data once it has been removed to offline storage.

Sacking answered 11/8, 2009 at 19:34 Comment(0)
A
3

There is no technical limitation. Banks have to make money, and charging for relatively obscure services is one of the ways they do that.

Ambrosial answered 11/8, 2009 at 19:31 Comment(2)
It took about an hour and the intervention of one of our DBAs the other day to restore some data to one of our production servers via TSM. I'd call that a technical limitation.Sacking
Seems that that's a structural issue, not a technical one.Mccallister
A
2

Old data goes into an archive partition so searches and saves can be made faster (read about database partitioning).

Affirmation answered 9/10, 2012 at 14:9 Comment(0)
M
1

They want your money. I doubt there is a huge tech limitation on this. Banks are greedy. You only need older statments once in a while. If you do, you are probably willing to pay.

Molybdate answered 11/8, 2009 at 19:31 Comment(0)
D
0

I don't think it's near as much a tech. limitation as it is a $ generator like all the other bank fees.

I do imagine though, banks thought about this and felt besides making $ that the majority of users out their will be more than happy with 18 months and thus charging to go back further is a reasonable charge.

Dryfoos answered 11/8, 2009 at 19:31 Comment(0)
C
0

It may seem like it's relatively simple to keep a 'disk' of data, but that doesn't take in to account the layers and layers of redundancy and back-ups that this data requires across several systems. Often times the data to generate a single statement includes hundreds if not thousands of transactions and data points, and many times these statements are generated to display to the user from raw data.

Speaking from experience, we aim to keep seven years of data in live systems, and after that, the system may either move to 'non-live backup' or discard altogether.

Cardioid answered 24/5, 2010 at 3:16 Comment(2)
DISCARD?? But can't that data be used for studies, history, etc..?Guipure
Obviously they wouldn't get rid of anything valuable :-) Part of the redundancy lies in the fact that user facing apps usually work against a copy of data/transactions/etc. and the original remains on the mainframe system. That data may remain longer than the user-facing copies...Cardioid

© 2022 - 2024 — McMap. All rights reserved.