<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Question on programming for financial modeling.</title>
	<link>http://ask.metafilter.com/4030/Question-on-programming-for-financial-modeling/</link>
	<description>Comments on Ask MetaFilter post Question on programming for financial modeling.</description>
	<pubDate>Fri, 19 Dec 2003 08:36:52 -0800</pubDate>
	<lastBuildDate>Fri, 19 Dec 2003 08:36:52 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Question on programming for financial modeling.</title>
		<link>http://ask.metafilter.com/4030/Question-on-programming-for-financial-modeling</link>	
		<description>Does anyone here do any programming for financial modeling? (more inside) &lt;br /&gt;&lt;br /&gt; I&apos;m looking more at capital markets, factor modeling,and  macroeconomic stuff, rather than cost projections and the like. In my quest to make myself more marketable to employers, I have decided it would be beneficial to me to be able to write sophisticated models in VBA for Excel, S-plus, or a related language. While my sata and quant knowledge are pretty good, my programming skills are limited to BASIC on a Commodore 64, so I&apos;d be starting more or less from scratch.&lt;br&gt;
&lt;br&gt;
My questions:&lt;br&gt;
What language/ software package will have the most longevity?&lt;br&gt;
What language/ software package will be the easiest to learn?&lt;br&gt;
What are the best resources to teach oneself this type of programming?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2003:site.4030</guid>
		<pubDate>Fri, 19 Dec 2003 07:35:26 -0800</pubDate>
		<dc:creator>trharlan</dc:creator>
		
			<category>modeling</category>
		
			<category>math</category>
		
			<category>mathematics</category>
		
			<category>finance</category>
		
			<category>financial</category>
		
			<category>advice</category>
		
			<category>program</category>
		
			<category>programming</category>
		
			<category>developer</category>
		
			<category>development</category>
		
	</item> <item>
		<title>By: crunchburger</title>
		<link>http://ask.metafilter.com/4030/Question-on-programming-for-financial-modeling#96698</link>	
		<description>You might try &lt;a href=&quot;http://www.amazon.com/exec/obidos/tg/detail/-/0534380123/102-3167922-4055339?v=glance&quot;&gt;VBA For Modelers&lt;/a&gt; if you are interested in learning to do custom Excel stuff. It&apos;s got a decentlanguage introduction, then 12 or 15 project examples.&lt;br&gt;
&lt;br&gt;
Learning VBA will not be as valuable from a general programming standpoint as learning (say) Java or Python, but it should get you going with what you say you want to do pretty quickly.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2003:site.4030-96698</guid>
		<pubDate>Fri, 19 Dec 2003 08:36:52 -0800</pubDate>
		<dc:creator>crunchburger</dc:creator>
	</item><item>
		<title>By: limitedpie</title>
		<link>http://ask.metafilter.com/4030/Question-on-programming-for-financial-modeling#96708</link>	
		<description>I cannot address your first two questions, but I do some fairly complex financial modeling to analyze domestic equities. I live and die by VBA for excel. I taught myself by having a project in mind that I really wanted to build. I think-- if you are teaching yourself--  it is exponentially easier to learn if you are building something that both: (a) is moderately complex and (b) will have great utility to you upon completion (as opposed to just working through a book or a class and its examples.) I taught myself over about six months using the excellent book: &lt;a href=&quot;http://j-walk.com/ss/books/bookxl19.htm&quot;&gt;&quot;Excel 2002 Power Programming With VBA&quot;&lt;/a&gt; by John Walkenbach. Mr. Walkenbach also has &lt;a href=&quot;http://j-walk.com/ss/&quot;&gt;a website listing Excel resources&lt;/a&gt; on the net. Once I rolled up my sleeves and started working through this book, I found the usenet group: &lt;a href=&quot;http://groups.google.com/groups?hl=en&amp;lr=&amp;ie=UTF-8&amp;oe=UTF-8&amp;group=microsoft.public.excel.programming&quot;&gt;&quot;Microsoft.public.excel.programming&quot;&lt;/a&gt; to be absolutely invaluable when I would get stuck between the book, the online help and my immediate programming goal. Good Luck to you!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2003:site.4030-96708</guid>
		<pubDate>Fri, 19 Dec 2003 08:53:22 -0800</pubDate>
		<dc:creator>limitedpie</dc:creator>
	</item><item>
		<title>By: MzB</title>
		<link>http://ask.metafilter.com/4030/Question-on-programming-for-financial-modeling#96759</link>	
		<description>If you are not dealing with too much data, use Excel and VBA. Since almost all applications can export in Excel, it is good to have at least some sort of application that loads and exports the data into a more convenient format.&lt;br&gt;
&lt;br&gt;
If you are looking for something portable, use Java. However, you might have to start with the making of the bricks, i.e. simple regression subroutines.&lt;br&gt;
&lt;br&gt;
Personally, I use &lt;a href=&quot;http://www.mathworks.com/&quot;&gt;Matlab&lt;/a&gt;. It has a link to Excel (&lt;a href=&quot;http://www.mathworks.com/products/excellink/&quot;&gt;1&lt;/a&gt;, &lt;a href=&quot;http://www.mathworks.com/products/matlabxl/&quot;&gt;2&lt;/a&gt;) and one can transfer data from and to Excel on the fly. There is a free &lt;a href=&quot;http://www.spatial-econometrics.com/&quot;&gt;econometrics toolbox&lt;/a&gt; for Matlab, if that interests you. Programming is very easy and very powerful: the power of C with the language of Basic. It stores the data more efficient than VBA (no variants) and each variable is a matrix. In fact, it is faster to work with matrix manipulation than using for/next to iterate through all data. Moreover, if speed is of concern, you can compile the .M file and have an executable. Also: Financial Modeling and Analysis (&lt;a href=&quot;http://www.mathworks.com/products/industry/finance/&quot;&gt;1&lt;/a&gt;, &lt;a href=&quot;http://www.mathworks.com/products/products_by_category.jsp&quot;&gt;2&lt;/a&gt;) with matlab (of course each of these modules cost money, that&apos;s why I love the university :) ).&lt;br&gt;
&lt;br&gt;
Learning Matlab is easy, just use the help manuals and work though examples. The source code of most packages is also available. (I do not work for mathworks, just I love their software)&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;em&gt;In my quest to make myself more marketable to employers, I have decided it would be beneficial to me to be able to write sophisticated models &lt;/em&gt;&lt;br&gt;
&lt;br&gt;
The path it is good since it allows you to understand every detail. However, be careful, stick to the traditional models and learn them, do not spend time trying to invent a new model, at least not yet.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2003:site.4030-96759</guid>
		<pubDate>Fri, 19 Dec 2003 10:04:28 -0800</pubDate>
		<dc:creator>MzB</dc:creator>
	</item><item>
		<title>By: andrew cooke</title>
		<link>http://ask.metafilter.com/4030/Question-on-programming-for-financial-modeling#96889</link>	
		<description>you should read &lt;a href=&quot;http://citeseer.nj.nec.com/jones00composing.html&quot;&gt;this excellent paper&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2003:site.4030-96889</guid>
		<pubDate>Fri, 19 Dec 2003 13:40:12 -0800</pubDate>
		<dc:creator>andrew cooke</dc:creator>
	</item><item>
		<title>By: MzB</title>
		<link>http://ask.metafilter.com/4030/Question-on-programming-for-financial-modeling#97180</link>	
		<description>andrew, nice one!&lt;br&gt;
&lt;br&gt;
trharlan, I was thinking, if you are looking for marketable skills, maybe you should know the basics:&lt;br&gt;
- VBA, since it always helpful&lt;br&gt;
- SAS, SPSS, eviews, those are pretty standard - working knowledge is more than enough in your case.&lt;br&gt;
&lt;br&gt;
java and matlab depend on the firm, you will be able to uses them only if the firm uses them.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2003:site.4030-97180</guid>
		<pubDate>Sat, 20 Dec 2003 10:35:17 -0800</pubDate>
		<dc:creator>MzB</dc:creator>
	</item>
	</channel>
</rss>
