Category: Computation

C# Historical Dividend retrieval Today in SmileOfThales we will provide you some brief but useful C# code to retrieve historical cash dividend data in Excel (the whole code…
Read more...
As 2016 started, we wish you and your family a great year ahead. Happy New Year! This post is a continuation of our discussion on swap and VBA swaption pricing, and a conclusion…
Read more...
VBA and Quant finance This article is actually a first part of an introductory course to VBA coding, given at Solvay School of Economics in Feb. 2014. The Excel…
Read more...
Quandl is a platform that offers free and premium access to financial and economic data. On top of this the data export is supported by many languages and…
Read more...
Break-even Volatility skew In a future article we will introduce a methodology to compute the rolling average correlation smile of an index for a given tenor (say, 3-Month, 1-Year). To do so,…
Read more...
This article introduces two ways to perform parallel programming with a pricing library such as QLNet. First we get an idea of the time required to do sequentially a…
Read more...
In a previous post we discussed the new paradigm of Swap pricing throughout the use of collateralization. We now propose a simple VBA code to price a Cross-Currency…
Read more...
I wanted to write this article to share my experience of Quantlib compilation for Python. And also it recapitulates some stages that I could forget if i had…
Read more...A generic way to instantiate QLNet derived classes In this article we present how you can: Make a Calendar QLNet class instantiation based on its name. Ex, i want to…
Read more...
Python 3D Plot made simple, from text file data. This brief article introduces how you can plot a 3D chart in Python from data that you would store…
Read more...
Alglib interpolations in C#/Excel-Dna Some C# code again! Alglib is a cross-platform numerical analysis and data processing library and it proposes a free edition, very useful to perform operations on…
Read more...I had to perform some research on bond curves fitting methods recently, thus looking for a decent library to do some bond pricing (vanilla stuff: fixed coupon bonds …), and calibrate…
Read more...