🌐
GitHub
github.com › nhaga › QuantLib-Python-Docs › blob › master › docs › basics.rst
QuantLib-Python-Docs/docs/basics.rst at master · nhaga/QuantLib-Python-Docs
import QuantLib as ql flag = None def raiseFlag(): global flag flag = 1 me = ql.SimpleQuote(0.0) obs = ql.Observer(raiseFlag) obs.registerWith(me) me.setValue(3.14) if not flag: print("Case 1: Observer was not notified of market element change") flag = None obs.unregisterWith(me) me.setValue(3.14) if not flag: print("Case 2: Observer was not notified of market element change")
Author   nhaga
🌐
GitHub
github.com › thanhuwe8 › QuantLibPython
GitHub - thanhuwe8/QuantLibPython: QuantLib Python Implementation · GitHub
In this repository, we will provide several examples to implement the functions from QuantLib-Python package
Forked by 3 users
Languages   Jupyter Notebook
🌐
Quantlib
quantlib.org › install › windows-python.shtml
QuantLib-Python Installation on Windows
cd QuantLib-SWIG-1.36\Python python -m build --wheel · This will create a binary wheel in the dist directory. To check that it works, run ... Once you're done, you can take the wheel and install it with pip in the environment of your choice. If you want to compile from a checkout of a git repository (such as the official one at https://github.com/lballabio/quantlib-swig, or a fork of it that you might have created) you'll need an additional step at the beginning of the process.
🌐
Modelmania
modelmania.github.io › main › Files › Misc › QuantLib_Python.html
Python QuantLib-SWIG Guide
Below is the QuantLib-1.8 library built for 64-bit Windows and CPython 3.5: ... You need to have the following items in your system. The guide was tested successfully in Ubuntu 16.04 (x64) with software versions stated below: Anaconda Python3 (Linux x64) e.g.
🌐
GitHub
github.com › quantlib
QuantLib · GitHub
An API for QuantLib which facilitates deployment to end user platforms such as spreadsheets.
🌐
GitHub
github.com › xuruilong100 › QuantLibPythonExamples
GitHub - xuruilong100/QuantLibPythonExamples: Reimplementing QuantLib examples by Python
Reconstructing SWIG interface files for building Python wrapper. Reimplementing QuantLib examples by Python.
Starred by 66 users
Forked by 21 users
Languages   Python 70.9% | SWIG 27.3% | C++ 1.8% | Python 70.9% | SWIG 27.3% | C++ 1.8%
🌐
GitHub
github.com › nhaga › QuantLib-Python-Docs
GitHub - nhaga/QuantLib-Python-Docs: Documentation for QuantLib-Python · GitHub
Documentation for QuantLib-Python · Install the requirements: pip install -r requirements.txt · To build the docs then run: sphinx-build -M html docs built · and then the output html will be in the built folder.
Starred by 117 users
Forked by 42 users
🌐
Quantlib
quantlib.org › docs.shtml
QuantLib Documentation
David Duarte provides a reference to the QuantLib-Python module at https://quantlib-python-docs.readthedocs.io/. It's a work in progress: contributions are welcome through pull requests.
🌐
Risk-quant-haun
risk-quant-haun.github.io › quantlib
Complete QuantLib Python Guide | Financial Engineering Library Installation to Application | QuantLib-Python | QuantLib | RiskQuant-Haun
Learn QuantLib Python from installation to practical application in one place. The best QuantLib guide with bond, option, and derivative pricing examples. Easy to follow even for financial engineering beginners.
Find elsewhere
🌐
GitHub
github.com › kirilldolmatov › QuantLib
GitHub - kirilldolmatov/QuantLib
QuantLib Python Tutorials With Examples · IPython notebooks – a Swiss Army Knife for Quants · IPythonScripts · http://www.smileofthales.com/category/computation/python/ Documentation · https://sourcecodebrowser.com/quantlib/1.2/files.html ·
Starred by 6 users
Forked by 5 users
Languages   Jupyter Notebook 100.0% | Jupyter Notebook 100.0%
🌐
GitHub
github.com › auto-differentiation › QuantLib-Risks-Py
GitHub - auto-differentiation/QuantLib-Risks-Py: Fast Risks with QuantLib in Python
Fast Risks with QuantLib in Python. Contribute to auto-differentiation/QuantLib-Risks-Py development by creating an account on GitHub.
Starred by 17 users
Forked by 3 users
Languages   Python 93.1% | C++ 4.2% | CMake 1.3% | Python 93.1% | C++ 4.2% | CMake 1.3%
🌐
Quantlib
quantlib.org
QuantLib, a free/open-source library for quantitative finance
Fork our repository on GitHub and start coding. Please have a look at our developer intro and guidelines. Here is the QuantLib license, the list of contributors, and the version history.
🌐
GitHub
github.com › michn › quantlib-python-option-pricer
GitHub - michn/quantlib-python-option-pricer · GitHub
Version Python: 2.7 - hard requirement or use older version of pip to install below libraries Libraries: Quantlib-Python 1.13 { pip install Quantlib } Quandl 3.3 { pip install quandl } numpy 1.14.4 { pip install numpy } pandas 0.23 { pip install pandas-datareader } pandas-datareader 0.6 { pip install pandas-datareader } There are two files in this project.
Author   michn
🌐
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.
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 › pulp-platform › quantlib
GitHub - pulp-platform/quantlib: A library to train and deploy quantised Deep Neural Networks · GitHub
Use Anaconda or Miniconda to install QuantLab's prerequisites. ... $> conda create --name pytorch-1.13 $> conda activate pytorch-1.13 $> conda config --env --add channels conda-forge $> conda config --env --add channels pytorch $> conda install ...
Starred by 27 users
Forked by 9 users
Languages   Python 92.7% | Cuda 4.3% | C++ 1.9% | Mako 1.1%
🌐
GitHub
github.com › conda-forge › quantlib-python-feedstock
GitHub - conda-forge/quantlib-python-feedstock: A conda-smithy repository for quantlib-python. · GitHub
A conda-smithy repository for quantlib-python. Contribute to conda-forge/quantlib-python-feedstock development by creating an account on GitHub.
Forked by 7 users
Languages   Shell 61.8% | Batchfile 38.2%
🌐
GitHub
github.com › sschlenkrich › QuantLibPython
GitHub - sschlenkrich/QuantLibPython: Example Python scripts for interest rate modelling and QuantLib usage
Example Python scripts for interest rate modelling and QuantLib usage - sschlenkrich/QuantLibPython
Starred by 24 users
Forked by 15 users
Languages   Python 100.0% | Python 100.0%
🌐
Implementingquantlib
implementingquantlib.com › 2024 › 03 › using-quantlib-interactively.html
Using QuantLib interactively — Implementing QuantLib
March 21, 2024 - I hope this article will inspire you to give it a try; if you want to jump right into it without local installations, you can do it from your browser. Go to the QuantLib-SWIG repository on GitHub (the home ...
🌐
GitHub
github.com › superidylle › QuantLib_Python_Exercise
GitHub - superidylle/QuantLib_Python_Exercise
Reference book: quantlib python cookbook · By the cookbook, most of the functions, such as time value calculation, pricing on derivatives and other fixed income calculation, are showed in Python code. Here is the questions, the cookbook can only used as an example for each function.
Author   superidylle
🌐
Quantlib
quantlib.org › install › linux-python.shtml
QuantLib-Python Installation on Linux
tar xzf QuantLib-SWIG-1.36.tar.gz This creates a folder QuantLib-SWIG-1.36; enter it and configure QuantLib by executing: ... This will create a binary wheel in the dist directory. To check that it works, run ... Once you're done, you can take the wheel and install it with pip in the environment ...