Tag: QLNet

C# / Computation / Derivatives / Equity

Multithread pricing with QLNet

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