TD Ameritrade privacy case study: selling your position information to a third party

By William Entriken

3 minutes

Here is some pretty conclusive evidence that TD Ameritrade is sharing your account positions information to News Corporation for profit…

First, login to your TD Ameritrade account and you will find a chart like this:

TD Ameritrade pie chart

This specific chart is displayed on my screen via the following HTML code:

https://chart.bigcharts.com/custom/ameritrade2/piechart/heat-med.img?&data=0.51+0.28+0.20+0.01&legend=AAPL+5.09%|VGSTX|SCMWY+4.56%|+*CASH*&color=00FF00+CCCCCC+00CC00+99FFFF

This image is served by BigCharts.com. Now, as you can see, BigCharts.com is owned by Dow Jones and Co., which is owned by News Corporation.

Because of the URL you see above, and the basic mechanism of how webpages work, TD Ameritrade is causing your computer to tell News Corp your portfolio contents, then their server is delivering a picture to you which displays a pie chart on the web page. Now, if your computer logs into any other website News Corp owns (they have a lot), they can connect that identity to your stock portfolio.

The correct way to implement this type of image display is as follows: the client logs into the TD website, TD requests the chart from News Corp without including any of your identifying information, TD sends the resulting chart to you. (With an Apache web server this is done with one line of code and is called a “reverse proxy”).

I have been in contact with the president’s office of TD and they have no interest in implementing this approach, stating that the privacy policy justifies sending your portfolio information and personal identifying information to News Corp. Nowhere in the privacy policy (permalink) does it say “we will give away your financial information to third parties for no reason at all”. In fact, that policy doesn’t even get in to financial information. So I assume this is a fairly straightforward demonstration of them breaking the policy.


Notes:

I have demonstrated that TD Ameritrade is giving away information, not necessarily that they are selling it. However, since such information is valuable, I assume that is a logical continuation.

Your name is not transmitted directly to BigCharts.com, however your IP address is. This can be traced back to you personally if you use that IP address to access any other website News Corp. has access to, for example, MySpace. Even if you don’t use MySpace, that IP address may be tracable to you in many other ways.

TD Ameritrade has also “lost” account information in the past, of course they never made specific details available.

Timeline

Also of note: I closed my account with them months ago, but they failed to actually delete my account. Last week I called to re-close my account, but not before logging in to see the issue still exists.

Comments

There are no comments yet.

Please discuss this topic anywhere and let me know any great comments or media coverage I should link here.