What's Here
I have started a blog, so I have someplace to leave details but keep this page for big news. You can get to it by following the link from the masthead. I am going to try and move the news bits into the blog, though as of now I'm not quite diligent enough keeping the blog up to date.
My interests are in portfolio optimization and asset allocation. I have written a paper on the Black-Litterman model, deconstructing many of the usual papers and working examples with their data in the hopes that it will help other implementors of the model. On the optimization front I've built a variety of simple optimization models and there is a simple application showing some of them off. This includes, Interior Points and Active Set Mean-Variance optimization, Entropy objective function, Mean-Variance with Entropy constraint, Simulated Annealing with a cardinality constraint and few other odd bits and pieces. Another optimization method, based on the ordering, but not the exact values is interesting. I came across this in Satchell and Scowcroft's book, "Advances in Portfolio Construction and Implementation." There is a partial implementation in the code, but I have not yet been able to figure out how to visualize the results in risk/return space.
I've just updated the optimization applet to fix some issues with user specified constraints in the interior points models. It still has a bit to go in terms of failing fast on obviously conflicting constraints, but at least now it will work better than it used to. The active set implementation is a bit more bullet proof so stick with that if you want to see nice pictures.
I've also been reading Attilio Meucci's book, Asset Allocation and Risk. It's pretty serious math, but it's good for me as the math wasn't covered in real depth on the CFA exams so I need to learn it somewhere.
Finance Focus
Having landed a job in the financial industry several years ago, I became quite interested in the mathematics of the job. Now three years later I am Jay Walters,CFA. It was quite the learning process taking the various CFA exams and very satisfying to achieve the ultimate goal of receiving my CFA charter.
The sourcecode for my "toy" optimizer is up on sourceforge and if you navigate down into the Finance pages you can run it as an Applet from my website. In the end portoflio optimization is about the data, not the math, but it's been a journey to learn about non-linear optimization and I'd like to share what I found. I'm hoping to pull together a set of links to the best papers and maybe write something up myself to go along with the code. We all have our dreams!