1.30
lballabio
released this
19 Apr 07:18
·
376 commits
to master
since this release
Downloads:
Main changes for QuantLib-SWIG 1.30
More details on the changes are available in ChangeLog.txt and at https://github.com/lballabio/QuantLib-SWIG/milestone/23?closed=1.
- Removed deprecated features no longer available in the underlying C++ library:
- the
WulinYongDoubleBarrierEngine
alias forSuoWangDoubleBarrierEngine
; - the
spotIncome
andspotValue
methods ofForwardRateAgreement
; - constructors for
InterpolatedZeroInflationCurve
andPiecewiseZeroInflationCurve
taking anindexIsInterpolated
parameter; - the
indexIsInterpolated
method ofInflationTermStructure
; - some overloaded constructors of
SofrFutureRateHelper
.
- the
- Renamed
SwaptionVolCube1
toSabrSwaptionVolatilityCube
andSwaptionVolCube2
toInterpolatedSwaptionVolatilityCube
, as in the underlying C++ library; the old names remain available in Python but not in other languages. - Exported new
EquityCashFlow
,EquityIndex
andEquityTotalReturnSwap
classes with a few tests; thanks to Marcin Rybacki (@marcin-rybacki). - Exported constructors for vanilla and barrier pricing engines taking discrete dividends; this makes
DividendVanillaOption
andDividendBarrierOption
obsolete (@lballabio). - Exported new calendars for Austria, Botswana and Romania; thanks to Fredrik Gerdin Börjesson (@gbfredrik).
- Exported new ASX calendar for Australia (@lballabio).
- Exported
FixedLocalVolSurface
andGridModelLocalVolSurface
classes with a test; thanks to Klaus Spanderen (@klausspanderen). - Exported new CPICoupon constructors (@lballabio).
- Exported UKHICP index (@lballabio).
- Exported a few African currencies (@lballabio).
Full Changelog: QuantLib-SWIG-v1.29...QuantLib-SWIG-v1.30