GitHub
github.com › lballabio
lballabio (Luigi Ballabio) · GitHub
lballabio/README.md · I'm Luigi Ballabio, co-founder and current maintainer of the open-source QuantLib project. I'm also the author of A QuantLib Guide, Implementing QuantLib and QuantLib Python Cookbook, and I'm available for training on-site ...
GitHub
github.com › lballabio › lballabio
GitHub - lballabio/lballabio
I'm Luigi Ballabio, co-founder and current maintainer of the open-source QuantLib project. I'm also the author of A QuantLib Guide, Implementing QuantLib and QuantLib Python Cookbook, and I'm available for training on-site (in Europe and UK) ...
Author lballabio
GitHub
github.com › lballabio › QuantLib-SWIG
GitHub - lballabio/QuantLib-SWIG: QuantLib wrappers to other languages · GitHub
QuantLib-SWIG provides the means to use QuantLib from a number of languages; currently their list includes Python, C#, Java, Scala and R. Bugs can be reported as a GitHub issue at https://github.com/lballabio/QuantLib-SWIG/issues; if you have ...
Starred by 386 users
Forked by 316 users
Languages SWIG 58.5% | Python 24.1% | Java 5.5% | R 4.0% | C# 2.9% | Scala 2.7%
GitHub
github.com › lballabio › QuantLib-SWIG › blob › master › Python › examples › swap.py
QuantLib-SWIG/Python/examples/swap.py at master · lballabio/QuantLib-SWIG
# name: python3 · # --- · # %% [markdown] # # Interest-rate swaps · # # Copyright (©) 2004, 2005, 2006, 2007 StatPro Italia srl · # # This file is part of QuantLib, a free-software/open-source library · # for financial quantitative analysts and developers - https://www.quantlib.org/ # # QuantLib is free software: you can redistribute it and/or modify it under the ·
Author lballabio
GitHub
github.com › lballabio › QuantLib-SWIG › blob › master › Python › examples › american-option.py
QuantLib-SWIG/Python/examples/american-option.py at master · lballabio/QuantLib-SWIG
# name: python3 · # --- · # %% [markdown] # # American options · # # Copyright (©) 2004, 2005, 2006, 2007 StatPro Italia srl · # # This file is part of QuantLib, a free-software/open-source library · # for financial quantitative analysts and developers - https://www.quantlib.org/ # # QuantLib is free software: you can redistribute it and/or modify it under the ·
Author lballabio
GitHub
github.com › lballabio › QuantLib-SWIG › releases
Releases · lballabio/QuantLib-SWIG
More details on the changes are available in ChangeLog.txt and at https://github.com/lballabio/QuantLib-SWIG/milestone/27?closed=1. Upgrade to SWIG 4.2.x. This allows to use Python's limited API and thus reduce the number of official wheels to cover the same Python versions.
Author lballabio
GitHub
github.com › lballabio › QuantLib-SWIG › tree › master › Python
QuantLib-SWIG/Python at master · lballabio/QuantLib-SWIG
The C++ wrappers for the QuantLib-Python extension module are created by means of SWIG (Simplified Wrapper and Interface Generator) available from http://www.swig.org/; the latest version is suggested.
Author lballabio
GitHub
github.com › lballabio › QuantLib-SWIG › blob › master › Python › examples › cds.py
QuantLib-SWIG/Python/examples/cds.py at master · lballabio/QuantLib-SWIG
# name: python3 · # --- · # # Credit default swaps · # # Copyright (©) 2014 Thema Consulting SA · # # This file is part of QuantLib, a free-software/open-source library · # for financial quantitative analysts and developers - https://www.quantlib.org/ # # QuantLib is free software: you can redistribute it and/or modify it under the ·
Author lballabio
GitHub
github.com › lballabio › QuantLib-SWIG › blob › master › Python › examples › bonds.py
QuantLib-SWIG/Python/examples/bonds.py at master · lballabio/QuantLib-SWIG
# name: python3 · # --- · # # Bonds · # # Copyright (©) 2008 Florent Grenier · # Copyright (©) 2010 Lluis Pujol Bajador · # # This file is part of QuantLib, a free-software/open-source library · # for financial quantitative analysts and developers - https://www.quantlib.org/ # # QuantLib is free software: you can redistribute it and/or modify it ·
Author lballabio
GitHub
github.com › lballabio › QuantLib-SWIG › blob › master › Python › examples › gaussian1d-models.py
QuantLib-SWIG/Python/examples/gaussian1d-models.py at master · lballabio/QuantLib-SWIG
# This exercise tries to replicate the Quantlib C++ `Gaussian1dModel` example on how to use the GSR and Markov Functional model.
Author lballabio
GitHub
github.com › lballabio › QuantLib › issues › 1171
Issue when installing Quantlib in python · Issue #1171 · lballabio/QuantLib
August 30, 2021 - Hi Luigi, I hope you are well. Sorry, i had an issue when trying to install Quantlib python using "pip install QuantLib" : ModuleNotFoundError Traceback (most recent call last) in ----> 1 import QuantLib as ql ~\AppData\Local\Programs\Py...
Author DFallet
GitHub
github.com › lballabio › QuantLib
GitHub - lballabio/QuantLib: The QuantLib C++ library · GitHub
The QuantLib C++ library. Contribute to lballabio/QuantLib development by creating an account on GitHub.
Starred by 7.1K users
Forked by 2.2K users
Languages C++ 98.4% | Makefile 0.6% | C 0.5% | CMake 0.4% | M4 0.1% | Python 0.0%
GitHub
github.com › lballabio › QuantLib-site › blob › master › docs.shtml
QuantLib-site/docs.shtml at master · lballabio/QuantLib-site
Sources for the quantlib.org site. Contribute to lballabio/QuantLib-site development by creating an account on GitHub.
Author lballabio
GitHub
github.com › lballabio › QuantLib › issues › 294
error when invoking fairRate() from Python · Issue #294 · lballabio/QuantLib
August 24, 2017 - Hi, I use QuantLib-1.10 from Python 3.6. While running "BermudanSwaption.py" from the test folders, I get the following error message listed below. Seems like method fairRate() is not defined although it is declared in the "swap.i" file ...
Author ddesmidts
GitHub
github.com › lballabio › QuantLib › issues › 394
python QuantLib 1.11 and datetime · Issue #394 · lballabio/QuantLib
January 19, 2018 - Hi, I'm new to this forum so please excuse me if this has been covered already. When using the datetime and QuantLib (1.11) modules at the same time in Python 3.6, datetime becomes uncallable on its own. e.g.: from datetime import dateti...
Author lidaryl
GitHub
github.com › conda-forge › quantlib-python-feedstock
GitHub - conda-forge/quantlib-python-feedstock: A conda-smithy repository for quantlib-python. · GitHub
Forked by 7 users
Languages Shell 61.8% | Batchfile 38.2%
Quantlib
quantlib.org › install › windows-python.shtml
QuantLib-Python Installation on Windows
You can create the virtual environment ... you to have SWIG installed. You can download released QuantLib-SWIG versions from GitHub at https://github.com/lballabio/QuantLib-SWIG/releases....
Quantlib
quantlib.org › install › linux-python.shtml
QuantLib-Python Installation on Linux
sudo apt-get install python3-dev ... you to have SWIG installed. You can download released QuantLib-SWIG versions from GitHub at https://github.com/lballabio/QuantLib-SWIG/releases....