Thursday, 21 July 2011

Example of an Enterprise Level Asset Pricing Tool

I recently made an enterprise level asset pricing tool or "dashboard" for a company, that allows users to price assets and obtain other financial metrics without having any Mathematica experience (or even realizing that Mathematica is what they are using). A brief summary of the dashboard:

GUI for asset pricing and analytics, database management, and workflow management built using a combination of Mathematica and SQL languages.

Dynamic Monte Carlo (random numbers sampled from a distribution customized for each asset) & probabilistic asset price modeling using data accessed from the MySQL database; Discounting via either fixed rates or spread to the treasuries rate curve.


Here are some screen grabs of the dashboard. Due to the nature of the project there are limits to what I can display so several tabs in the dashboard aren't displayed or are displayed in a limited way with some pixelation to conceal proprietary information.




Pricing and data retrieval and storage can be scheduled.




Bond yields are obtained from Bloomberg and stored in the company database and retrieved from within the dashboard.


Sunday, 19 June 2011

Styling Tables in Mathematica

The video demonstrates some code I have written to make styling tables a little bit easier.



Code for styling tables can be downloaded here. This is "scaled down" code that is not as elegant IMO as that used in the video but probably more straight forward to follow. The video code is primarily based on TaggingRules.

Saturday, 18 June 2011

Data processing with Mathematica and MySQL

Example of a small database driven application. Data, in the form of PDFs, are imported into Mathematica, scraped, and the data displayed. If the scrape was error free the data is saved to a MySQL database. Errors can be edited and then data saved.

The other part of the application is retrieving data from the database on the fly and displaying it.