Category Archives: Financial Modeling

Numerical Recipes in VB for Excel & Access

The following VB libraries are very useful for numerical computing, mathematical modeling and customized financial algorithm development. All the functions were designed to make computations on arrays (i.e., vectors or matrices) simply and quickly. I have shared comprehensive and robust optimization routines that enable calibration of financial models. My students had provided extensive text processing [...]

Fundamental Models & Damodaran on Valuation

This year I was working on a Data Visualization Technology to aggregate, and visualize fundamental data using different valuation techniques. In this post I am sharing the fundamental models that were used as the initial building blocks for creating and implementing the framework in C#. I attempted to be as comprehensive as possible in the [...]

Math & Quant Libraries

The Math Libraries provide an excellent foundation for understanding the computational intricacies involved in financial modeling. By integrating financial modeling with the algorithms in the math libraries, one will actually achieve two goals at once: users find it easier to understand math theories/concepts and become more employable as they pick up real-world financial skills. Based [...]