Category: C#

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...
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...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...
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...