#quantlib search results
New post on my Implementing #QuantLib blog: using a CDS curve to price a bond—if you're so inclined. open.substack.com/pub/implementi…
New post on my Implementing #QuantLib blog. Recently I realized that it’s already five years since I published my Implementing QuantLib book as a paperback on Amazon, effectively freezing it. Is it still up to date? Let's find out. open.substack.com/pub/implementi…
#QuantLib 1.40 was just released. Thanks to all the contributors! Python wheels and a C# NuGet package are also available. github.com/lballabio/Quan…
New post on my Implementing #QuantLib blog: default-probability curves. open.substack.com/pub/implementi…
#QuantLib 1.37 is out. Thanks to all the contributors! If you run into any problems with this release, please post on the QuantLib mailing list (<[email protected]>) or open an issue on the GitHub repository. github.com/lballabio/Quan…
#QuantLib 1.39 is out. Thanks to the contributors to this release! github.com/lballabio/Quan… If you're using Visual C++ 2022, beware of a compiler bug in recent versions. Check that you have at least version 17.14.9; if not, the compiled code won't work correctly.
#QuantLib 1.30 was released today. Thanks to all the contributors! Release notes and downloads: github.com/lballabio/Quan…
New post on my Implementing #QuantLib blog: this time, we're bootstrapping some cross-currency curves. open.substack.com/pub/implementi…
New post on my Implementing #QuantLib blog. In a previous post on calculating numerical Greeks, I mentioned Theta rather quickly. This time, we dive in and look at the different ways to get it. open.substack.com/pub/implementi…
#HFT #pyAlgoTrade #Quantlib #TALib #Backtrader #Zipline #QuantConnect High Frequency Trading (HFT) algorithms, strategies and source codes: traders-terminal.com/2023/01/15/fre…
traders-terminal.com
Free - High Frequency Trading (HFT) algorithms, strategies and source codes - Traders Terminal
Free – High Frequency Trading (HFT) algorithms, strategies and source codes KEY TAKEAWAYS Free and open source High-Frequency Trading libraries, quant development algorithms and strategies. pyAlgoT...
New post on my Implementing QuantLib blog: Adding a new cash flow to QuantLib, part I (originally published in the July 2024 issue of Wilmott Magazine). Is #QuantLib's reputation for over-engineering deserved? You'll be the judge, dear reader. open.substack.com/pub/implementi…
QuantLib Python Cookbook leanpub.com/quantlibpython… by Luigi Ballabio and Goutham Balaraman is the featured book on the Leanpub homepage! leanpub.com #books #leanpublishing #QuantLib #Python #pythonprogramming
New post on my Implementing #QuantLib blog: Cash-flow analysis. This time, I have a proper look at a bit of infrastructure that I’ve used in multiple notebooks before. open.substack.com/pub/implementi…
#QuantLib 1.31.1 was released today. It's a bug-fix release for version 1.31. Release notes and downloads: github.com/lballabio/Quan…
New post on my Implementing #QuantLib blog: More improvements to "A QuantLib Guide"—in which I list a few additions to existing content that might have flown under the radar. open.substack.com/pub/implementi…
New post on my Implementing #QuantLib blog: using a CDS curve to price a bond—if you're so inclined. open.substack.com/pub/implementi…
#QuantLib 1.40 was just released. Thanks to all the contributors! Python wheels and a C# NuGet package are also available. github.com/lballabio/Quan…
New post on my Implementing #QuantLib blog. Recently I realized that it’s already five years since I published my Implementing QuantLib book as a paperback on Amazon, effectively freezing it. Is it still up to date? Let's find out. open.substack.com/pub/implementi…
New post on my Implementing #QuantLib blog: default-probability curves. open.substack.com/pub/implementi…
New post on my Implementing #QuantLib blog: Cash-flow analysis. This time, I have a proper look at a bit of infrastructure that I’ve used in multiple notebooks before. open.substack.com/pub/implementi…
#QuantLib 1.39 is out. Thanks to the contributors to this release! github.com/lballabio/Quan… If you're using Visual C++ 2022, beware of a compiler bug in recent versions. Check that you have at least version 17.14.9; if not, the compiled code won't work correctly.
New post on my Implementing #QuantLib blog: More improvements to "A QuantLib Guide"—in which I list a few additions to existing content that might have flown under the radar. open.substack.com/pub/implementi…
New post on my Implementing #QuantLib blog. In a previous post on calculating numerical Greeks, I mentioned Theta rather quickly. This time, we dive in and look at the different ways to get it. open.substack.com/pub/implementi…
New post on my Implementing #QuantLib blog: this time, we're bootstrapping some cross-currency curves. open.substack.com/pub/implementi…
New post on my Implementing #QuantLib blog: The global evaluation date—a feature I always used in my examples but never really explained. open.substack.com/pub/implementi…
#QuantLib 1.38 is out. Thanks to all the contributors! If you run into any problems with this release, please post on the QuantLib mailing list (<[email protected]>) or open an issue on the GitHub repository. github.com/lballabio/Quan…
New post on my Implementing #QuantLib blog: Some improvements to "A QuantLib Guide". Not a lot of content in the post proper this time—but that’s because it points to a number of improvements in A QuantLib Guide, where the actual content is. open.substack.com/pub/implementi…
New post on my Implementing #QuantLib site: the QuantLib ecosystem, originally published on Wilmott Magazine. In this article, I’ll widen my net and list a number of satellite projects and ports in other languages, all of which spawned from QuantLib. open.substack.com/pub/implementi…
New post on my Implementing #QuantLib blog: Coupons with multiple resets, revisited. My first post on this argument didn’t go as planned. Let’s go back to it, now that QuantLib 1.37 fixed the problem. open.substack.com/pub/implementi…
New post on my Implementing #QuantLib blog: Adding a new cash flow to QuantLib, part II. So, where were we? open.substack.com/pub/implementi…
#QuantLib 1.37 is out. Thanks to all the contributors! If you run into any problems with this release, please post on the QuantLib mailing list (<[email protected]>) or open an issue on the GitHub repository. github.com/lballabio/Quan…
New post on my Implementing QuantLib blog: Adding a new cash flow to QuantLib, part I (originally published in the July 2024 issue of Wilmott Magazine). Is #QuantLib's reputation for over-engineering deserved? You'll be the judge, dear reader. open.substack.com/pub/implementi…
New post on my Implementing #QuantLib blog: Pricing over a range of days. It's another revamped notebook from the QuantLib Python Cookbook. I've been doing a few of those lately and yes, it's leading to something. open.substack.com/pub/implementi…
New post on my Implementing #QuantLib blog: updating multiple market quotes. A notebook about a possible pitfall in doing so and ways to avoid it. open.substack.com/pub/implementi…
Fast Implied Volatility Calculation in Python stackoverflow.com/questions/6128… #quantlib #volatility #quantitativefinance #python #pandas
TypeError: Wrong number or type of arguments for overloaded function 'new_Date' stackoverflow.com/questions/6775… #pandas #quantlib
error: negative time (-9.94444) given when I use QuantLib python to price a floating rate bond stackoverflow.com/questions/6868… #quantlib #python
What is the cause of this error 'TypeError: Wrong number or type of arguments for overloaded function 'new_HestonModelHelper'? stackoverflow.com/questions/6458… #quantlib #quantitativefinance #python #python3x
Video version of our #QuantLib Webinar with @lballabio available now at bit.ly/1Jh7gLe #quant #finance
How to use directly in QuantLib a discount or zero-rate curve from Bloomberg, instead of building one from the underlying instruments stackoverflow.com/questions/6688… #cds #bootstrapping #quantlib
FRESH #SkillsCast of Intro to #QuantLib talk by Bojan Nikolic at #FullStackQuants! buff.ly/2fBaPVl #fullstack #python #quant
FRESH #SkillsCast talk on utilising #QuantLib by Robert Hardy at the #FullStackQuants #meetup! buff.ly/2fd2w5b #python #quants #js
Luigi setting up, ready for our 3-day #QuantLib Event which starts today. @lballabio #quant #finance
#QLUM2015 has been a brilliant event, thanks to IKB, @compatibl, and speakers. See you at #QuantLib UserMeeting2016
Something went wrong.
Something went wrong.
United States Trends
- 1. #DWTS 23.1K posts
- 2. Elaine 53.1K posts
- 3. Northern Lights 7,088 posts
- 4. Robert 93.5K posts
- 5. Dylan 28.1K posts
- 6. #RHOSLC 3,957 posts
- 7. Carrie Ann 1,327 posts
- 8. #aurora 2,111 posts
- 9. #WWENXT 7,810 posts
- 10. Daniella 2,643 posts
- 11. Louisville 9,521 posts
- 12. Veterans Day 469K posts
- 13. Meredith 2,963 posts
- 14. Jeezy 3,350 posts
- 15. Wake Forest 1,862 posts
- 16. Oweh N/A
- 17. Woody 22.5K posts
- 18. #DancingWithTheStars N/A
- 19. Mikel Brown N/A
- 20. Britani N/A