March 2015

C# / Computation / Misc

QLNet class names,QLNet class instantiation by class name

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...
Computation / Python

3D plot in Python from text file data

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...
C# / Computation / Misc

Interpolations in C#.Net with Alglib and Excel-DNA

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...
C# / Computation / Financial / Fixed Income

Bond pricing in C# with QLNet and Excel-DNA

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...
Derivatives / Financial / Fixed Income

Multiple Curves: The new Paradigm of Swap Pricing, Part 2

Second part of our journey in the new Swap Curve construction framework. Tenor-Based Pricing Libor Fragmentation In the middle of the crisis we have seen a crucial change…

Read more...
Derivatives / Financial / Fixed Income

Multiple Curves: The new Paradigm of Swap pricing, Part 1

zc_curve_bootstrapping

Pretty much like in any Popperian scheme of trial and error, the Interest Rate Swap market has come to a new stage of its history. Since the theatric…

Read more...
Up