quantlib

    3熱度

    1回答

    我檢查這個slides,但仍沒有得到: 1) what problem does Handle sovled? 2) what is the benefit to add the Handle class? 從它的源代碼,我不能得到任何線索之一: template <class Type> class Handle { protected: class L

    -1熱度

    1回答

    錯誤鐺:error: linker command failed with exit code 1 (use -v to see invocation) 上運行的編譯例如從http://quantlib.org/install/macosx.shtml, g++ -I/opt/local/include/ -I/opt/local/include/boost BermudanSwaption.cp

    1熱度

    2回答

    我正在嘗試安裝QuantLib Python。所以,我遵循並安裝了: 1)Anaconda3,boost_1_64_0,QuantLib-1.10,QuantLib-SWIG-1.10,swigwin-3.0.12。 2)我使用Visual Studio 2017,QuantLib進行安裝。我跟着YouTube視頻,並設法正確安裝並運行示例。 3)然後我在http://quantlib.org/i

    0熱度

    1回答

    我想在MacOS塞拉利昂安裝QuantLib,但是當我跑在最後的檢查: g++ -I/usr/local/include/ -I/usr/local/include/boost BermudanSwaption.cpp \ -o bermudanswaption -L/usr/local/lib/ -lQuantLib 我收到以下錯誤。 ld: symbol(s) not found

    1熱度

    1回答

    當使用python時,我無法在QuantLib中使用其中一個有用的函數。以下是QuantLib手冊(Jupyter筆記本之一)的一個簡單示例。我正在複製一段可靠地在我的Mac上破解的代碼。 from QuantLib import * today = Date(7, March, 2014) Settings.instance().evaluationDate = today option

    -1熱度

    1回答

    我正在用Visual Studio Professional 2015(MSVC 14) - 版本x64構建Quantlib 1.9。爲什麼我會收到以下錯誤? 2>piecewiseyieldcurve.cpp(510): error : in "QuantLib test suite/Piecewise yield curve tests/QuantLib__detail__quantlib_t

    0熱度

    1回答

    我對2017年1月31日(估值日期)的Vanilla利率互換進行估值,但Vanilla利率互換的生效日期爲2016年12月31日(開始日期)。首先,我想知道如何在下面的代碼中調整我的評估日期和開始日期; import QuantLib as ql startDate = ql.Date(31,12,2016) valuationDate = ql.Date(31,1,2017) maturi

    1熱度

    1回答

    假設固定利率債券與下面示例代碼中顯示的計劃。 我可以通過使用businessDaysBetween函數來獲取男高音之間的天數。 現在我想要「時間價值」。有沒有辦法做到這一點,而不創建一個新的功能? 這裏是預期的結果: May 14th, 2012 .5 November 14th, 2012 .5 May 14th, 2013 .5 November 14th, 2013 .5

    1熱度

    1回答

    我會很感激你的投入上從YieldTermStructure指針移動到添加蔓延如下:: boost::shared_ptr<YieldTermStructure> depoFutSwapTermStructure(new PiecewiseYieldCurve<Discount, LogLinear>(settlementDate, depoFutSwapInstruments_New,

    -1熱度

    4回答

    我正試圖在linux和windows上安裝javascript的quantlib。在這兩種情況下我都會遇到類似的錯誤。 [[email protected] ql]$ sudo npm install quantlib [sudo] password for idf: > [email protected] postinstall /home/idf/Documents/js/node_mo