Earlier quoted context omitted.
> The same excel workbook that let's the traders do their job would take months / years to convert to a web app, and even then, the speed may not match up. Sorry but I have to call nonsense on that part. I've seen recently a whole trading operation converted to a system very close to a web app within 6 months. The hard part of the job was untangling the mess they created. And knowledgeable quants who actually program…
And now that it's a proper application they have to worry about authentication, down time, security, documentation, maintenance, and the customization and changes they could once do in an instant now requires filing a feature request, waiting for it to be implemented and deployed... Even as a software developer I will freely admit that Excel is the right tool for many jobs. We shouldn't be so eager to transform workb…
Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
71–80 of 317 posts
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#72Earlier quoted context omitted.
> The same excel workbook that let's the traders do their job would take months / years to convert to a web app, and even then, the speed may not match up. Sorry but I have to call nonsense on that part. I've seen recently a whole trading operation converted to a system very close to a web app within 6 months. The hard part of the job was untangling the mess they created. And knowledgeable quants who actually program…
I work with engineers (mostly mechanical) who are in the same boat. We built a quick python app to do in ~30 seconds what their excel/VBA shit fest did in 45 minutes. Excel and the like are better than nothing and for most non programmer numbers people probably fine - but if you need some real heavy lifting I would bring in the bug guns.
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#73Earlier quoted context omitted.
Not really. They could be trying to build a company-wide data lake. Some files in the lake will be very small, others will be very large. Because it's in HDFS it won't matter if the very small ones suddenly become very large. End users groan because people groan every time anything changes and they have to learn something new.
If users were previously empowered to do a task themselves, and now need to request another team do that task on their behalf, that's a very valid reason to be groaning IMO.
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#74How do finance folks deal with decimals? Doesn't Excel use binary floats? Do they switch to integers?
What? Excel handles decimals just fine.
I thought it uses binary floats just like any typical computer program? https://support.microsoft.com/en-us/help/78113/floating-poin...
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#75One interesting aspect of Excel is how a sheet can be shared in a way that a compiled executable can not. Even with all the various viruses floating around, opening a spreadsheet is a common and allowed task as opposed to downloading, installing, and running software. Edit: I suppose this point is mostly about the ubiquity of Excel as a platform. The interesting thing to me was that even otherwise prorietary models a…
Well, Excel is interpreted, so a better comparison would be made against interpreted languages…
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#76Finance dev guy here. Excel's dominance in the field is because it is an _application container_ that _non_ dev people can use. The workflow is this: - old trader guy says to his junior guy: "hey can you look into xxx." - junior trader guy says: "sure I'll make a spreadsheet for it" - old trader guy: "great your model is all I need, let's trade" - several weeks later, IT guy says: "hey you're running a $100m book out…
Someone should write a book about productionizing excel models. It's not going away (and shouldn't).
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#77Earlier quoted context omitted.
If you're putting Excel-sized data in Hadoop, something has gone seriously wrong in your IT department's decision-making process. It does make for a nice parable about the dangers of shiny-new-thing-syndrome though.
They're practicing RDD -> "Résumé Driven Development"
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#78Earlier quoted context omitted.
If you're putting Excel-sized data in Hadoop, something has gone seriously wrong in your IT department's decision-making process. It does make for a nice parable about the dangers of shiny-new-thing-syndrome though.
Well, if you are taking many hours to process said data on a single processor machine (say eight cores) then throwing it into an environment where you can crunch it with many cores (say 1440) then this does make some kind of sense. Also putting the data into a secured multi user environment with redundancy and also business continuity. as opposed to fecking sharepoint
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#79Wasn't http://witheve.com/ supposed to solve this? I love Chris Granger and his team, but at this point he seems inclined to pivot ideas every 2-3 years, instead of following through with an industry-workable solution to some of these programming problems... See also: https://www.theatlantic.com/technology/archive/2017/09/savin...
Re: Finance Pros Say You’ll Have to Pry Excel Out of Their Cold, Dead Hands
#80One huge reason why Finance pros in general, and Fund Managers, Brokers, Traders in particular, love Microsoft Excel is because all your formulas and calculations update almost instantly (unless you explicitly disable this feature). So they can apply their business and process knowledge to create tables and formulas, pull data from various sources, and create something that is self-contained, stored locally (inside t…