https://github.com/lballabio/QuantLib
The QuantLib C++ library
https://github.com/lballabio/QuantLib
quantitative-finance
Last synced: 8 months ago
JSON representation
The QuantLib C++ library
- Host: GitHub
- URL: https://github.com/lballabio/QuantLib
- Owner: lballabio
- License: other
- Created: 2015-12-17T16:29:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T08:30:35.000Z (about 1 year ago)
- Last Synced: 2024-10-29T15:05:29.158Z (about 1 year ago)
- Topics: quantitative-finance
- Language: C++
- Homepage: http://quantlib.org
- Size: 76.1 MB
- Stars: 5,342
- Watchers: 260
- Forks: 1,791
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.txt
- Contributing: CONTRIBUTING.md
- License: LICENSE.TXT
- Citation: CITATION.cff
Awesome Lists containing this project
- jimsghstars - lballabio/QuantLib - The QuantLib C++ library (C++)
README
# QuantLib: the free/open-source library for quantitative finance
[](https://github.com/lballabio/QuantLib/releases/latest)
[](https://github.com/lballabio/QuantLib/blob/master/LICENSE.TXT)
[](https://doi.org/10.5281/zenodo.1440997)
[](https://github.com/lballabio/QuantLib/blob/master/CONTRIBUTING.md)
[](https://github.com/lballabio/QuantLib/actions/workflows/linux.yml)
[](https://github.com/lballabio/QuantLib/actions/workflows/msvc.yml)
[](https://github.com/lballabio/QuantLib/actions/workflows/macos.yml)
[](https://github.com/lballabio/QuantLib/actions/workflows/cmake.yml)
[](https://www.codacy.com/gh/lballabio/QuantLib/dashboard)
[](https://coveralls.io/github/lballabio/QuantLib?branch=master)
---
The QuantLib project () is aimed at providing a
comprehensive software framework for quantitative finance. QuantLib is
a free/open-source library for modeling, trading, and risk management
in real-life.
QuantLib is Non-Copylefted Free Software and OSI Certified Open Source
Software.
## Download and usage
QuantLib can be downloaded from ;
installation instructions are available at
for most platforms.
Documentation for the usage and the design of the QuantLib library is
available from .
A list of changes for each past versions of the library can be
browsed at .
## Questions and feedback
The preferred channel for questions (and the one with the largest
audience) is the quantlib-users mailing list. Instructions for
subscribing are at .
Bugs can be reported as a GitHub issue at
; if you have a patch
available, you can open a pull request instead (see "Contributing"
below).
## Contributing
Contributions are very welcome! Details are in
[CONTRIBUTING.md](https://github.com/lballabio/QuantLib/blob/master/CONTRIBUTING.md)