QuantLib
QuantLib copied to clipboard
The QuantLib C++ library
see the discussion here https://sourceforge.net/p/quantlib/mailman/message/36887679/
Discussion on users' list: https://sourceforge.net/p/quantlib/mailman/message/36923924/ Given undergoing libor replacement efforts, we’ll likely start seeing more overnight indexed swaps and floating rate notes that are behaving just like ois variable legs,...
Two small comments: 1. In https://github.com/lballabio/QuantLib/blob/master/Examples/BasketLosses/BasketLosses.cpp it says `Expected 10-Yr Losses` but in fact we have `advance(..., Period(60, Months))`. And 60 months are 5 years, not 10. 2. In https://github.com/lballabio/QuantLib/blob/master/ql/experimental/credit/gaussianlhplossmodel.cpp...
Hi Luigi/Peter, As discussed over email, the calculation of OvernightIndexFuture::compoundedSpotValue() needs to include the compound factor between evaluation and reference date. https://github.com/lballabio/QuantLib/blob/master/ql/experimental/futures/overnightindexfuture.cpp Best, Luis Chion
I built QuantLib (with `--enable-thread-safe-singleton-init` configured) on Linux. The shared library declares that it needs a few other libraries: ``` $ objdump -p ql/.libs/libQuantLib.so.0.0.0 | grep NEEDED NEEDED libstdc++.so.6 NEEDED...
I'm having an issue where the FixedRateBond class is unable to generate the correct cashflows under certain circumstances. I'm using the python bindings for quantlib 1.11. I'm also running this...
Average strike option should have payoff H = max(0, S(T) - sum(S(t_i))) where 1
`ZeroSpreadedTermStructure` and `InterpolatedPiecewiseZeroSpreadedTermStructure`as well `BondFunctions::zSpread()` (which uses the former class internally) suggest that the spread can be given w.r.t. a day count convention specified by a `DayCounter` argument. However looking...
See https://sourceforge.net/p/quantlib/mailman/message/36102362/
See https://sourceforge.net/p/quantlib/bugs/125/ by Dilip Mandal. Description in the attached file [quantlib_question.pdf](https://github.com/lballabio/QuantLib/files/1535784/quantlib_question.pdf).