[QuantLibAddin-cvs] QuantLibAddin/qlo swaptionvolstructure.hpp, NONE, 1.1
Brought to you by:
ericehlers,
nando
|
From: Sylvie <s_f...@us...> - 2006-06-12 14:08:28
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12790/qlo Added Files: swaptionvolstructure.hpp Log Message: exported SwaptionVolStructure interface --- NEW FILE: swaptionvolstructure.hpp --- /* Copyright (C) 2006 Ferdinando Ametrano Copyright (C) 2006 Silvia Frasson This file is part of QuantLib, a free-software/open-source library for financial quantitative analysts and developers - http://quantlib.org/ QuantLib is free software: you can redistribute it and/or modify it under the terms of the QuantLib license. You should have received a copy of the license along with this program; if not, please email qua...@li... The license is also available online at http://quantlib.org/html/license.html This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details. */ #ifndef qla_swaptionvolstructure_hpp #define qla_swaptionvolstructure_hpp #include <oh/objhandler.hpp> #include <ql/swaptionvolstructure.hpp> namespace QuantLibAddin { class SwaptionVolatilityStructure : public ObjHandler::LibraryObject<QuantLib::SwaptionVolatilityStructure> { }; } #endif |