Brokerage Instant Messages Must Be Saved
DrEnter writes "According to an AP story on Yahoo!, the National Association of Securities Dealers (NASD) has told its members that they must keep a copy of all instant messages sent or received by employees for at least three years. This is similar to their requirements on keeping e-mail, although technically not nearly as easy. The NASD is a self-regulatory organization, and U.S. federal law requires almost all of the 5,300 U.S.-based securities firms and brokerages to be a member of it. There's a news release from the NASD concerning the requirement - it looks like the daunting technical issues have already resulted in some firms banning the use of IM completely."
What daunting technical issues? Nearly every instant messaging client has the ability to always log conversations. Simply standardize the clients that can be used, make sure that conversations are logged, and lock down the configs so that brokers can't change them. I see no daunting technical issues here.
My journal has hot
I struggle to see the value in this. If a broker wants to have an 'off the record' conversation they could still use their mobile phone or some other mechanism. Doesn't there come a point where you have to acknowledge that not all communication that takes place at a place of work is 'owned' (in a responsibility-for sense) by the employer?
You mean, like the logs you can keep in ICQ? And if AIM/others doesn't support it, don't you think AOL will implement it pretty damn quickly so they don't lose market share in that industry?
Small potatoes make the steak look bigger.
I can see drawing an analogy between email and postal mail and requiring the saving of that correspondence, but IM is better treated as telephone conversation -- which apparently isn't required to be saved.
Considering the recent media frenzy over Martha Stewart's case regarding insider trading, this really shouldn't come as much of a surprise. They're only trying to cover their own ass by having records for evidence if any insider trading information is being passed along with these instant messaging programs.
Brokerage firms make deals minute to minute, and conversations with a broker are legally binding. There isnt time to fax a contract back and forth. If you phone anyone at a brokerage firm, you will be recorded. Something to remember before you phone your mate and tell them about your weekend in ibiza. I totally understand why banks would view instant messages as the 21st century equivalent of a phone converstaion. Get over it!
I work at one of the large investment banks and instant messaging has become a large part of how traders do business. They communicate with people from other firms, quote prices, and even make trades. All of this is much more efficient and effective than email or even the phone. The recording of these communications is mostly there to settle disputes. If I quote a price to you over IM and you accept the trade is done, and if later you come back and dispute the price, there needs to be some way to settle it. This is the main reason phone calls and emails are all recorded and saved. It is a good deal for the banks, along for the SEC when investigations come up.
Well, I work for a large trading company, and we installed IM here a few months ago. It was enabled for about 3 weeks, and then they decided it needed to be archived, and they couldn't do it, so it was disabled.
This is for all employees, not just brokers or in communications with clients.
So, in spite of what the press release says, paranoid companies are following these rules for all employees.
Timeline:
0700 - Get coffee, gossip with coworkers.
0800 - Install PuTTY on company computer.
0815 - ssh to home.
0817 - Get escorted out of the building by two rather large and unfriendly gentlemen.
0900 - Apply for unemployment insurance.
Unless you have a fantastic firewall, instant messaging loggin can be circumvented by tunneling.
Currently, I have an SSH tunnel to my home, over which I encrypt all traffic, web, email, and instant messaging.
Pefereably, I would like to have an encrypted connection everywhere (thank you GAIM plugins), but this will have to do.
It is useless to log the SSH packets...so the only solution I see is to install a PacketShaper, and maybe filter out all SSH...but surely somebody must be using SSH legitimately...
Bottom line: logging communications is very difficult....
I've seen this done for several small facilities using almost any kind of firewall which supports masquerading (which would be almost all of them). Simple forward all the IM traffic to a dedicated logging machine, which then forwards it to the true IM server. By blocking access to the IM server on all but the redirected ports, there is no way to bypass it. How is this technically difficult?