[QuantLibAddin-cvs] QuantLibAddin/qlo options.hpp,1.2,1.3
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-06-23 07:18:02
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv13892/qlo Added Files: options.hpp Log Message: reverting wrong deletion --- NEW FILE: options.hpp --- /* Copyright (C) 2005, 2006 Eric Ehlers 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_options_hpp #define qla_options_hpp #include <qlo/asianoption.hpp> #include <qlo/barrieroption.hpp> #include <qlo/cliquetoption.hpp> #include <qlo/dividendvanillaoption.hpp> #include <qlo/europeanoption.hpp> #include <qlo/forwardvanillaoption.hpp> #include <qlo/quantoforwardvanillaoption.hpp> #include <qlo/quantovanillaoption.hpp> #include <qlo/vanillaoption.hpp> #endif |