qladdin.hpp
Go to the documentation of this file.
1 /* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 
3 /*
4  Copyright (C) 2007 Eric Ehlers
5 
6  This file is part of QuantLib, a free-software/open-source library
7  for financial quantitative analysts and developers - http://quantlib.org/
8 
9  QuantLib is free software: you can redistribute it and/or modify it
10  under the terms of the QuantLib license. You should have received a
11  copy of the license along with this program; if not, please email
12  <quantlib-dev@lists.sf.net>. The license is also available online at
13  <http://quantlib.org/license.shtml>.
14 
15  This program is distributed in the hope that it will be useful, but WITHOUT
16  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
17  FOR A PARTICULAR PURPOSE. See the license for more details.
18 */
19 
20 #ifndef qla_qladdin_hpp
21 
22 #include <qlo/abcd.hpp>
23 #include <qlo/alphaform.hpp>
24 #include <qlo/asianoption.hpp>
25 #include <qlo/assetswap.hpp>
26 #include <qlo/barrieroption.hpp>
27 #include <qlo/baseinstruments.hpp>
28 #include <qlo/bonds.hpp>
29 #include <qlo/capfloor.hpp>
31 #include <qlo/cliquetoption.hpp>
32 #include <qlo/cmsmarket.hpp>
33 #include <qlo/conundrumpricer.hpp>
34 #include <qlo/couponvectors.hpp>
35 #include <qlo/curvestate.hpp>
36 #include <qlo/date.hpp>
38 #include <qlo/driftcalculators.hpp>
39 #include <qlo/europeanoption.hpp>
40 #include <qlo/exercise.hpp>
43 #include <qlo/getcovariance.hpp>
44 #include <qlo/handle.hpp>
45 #include <qlo/index.hpp>
46 #include <qlo/interpolation2D.hpp>
47 #include <qlo/interpolation.hpp>
48 #include <qlo/leg.hpp>
50 #include <qlo/marketmodels.hpp>
51 #include <qlo/mathf.hpp>
52 #include <qlo/optimization.hpp>
53 #include <qlo/options.hpp>
54 #include <qlo/payoffs.hpp>
55 #include <qlo/pricingengines.hpp>
56 #include <qlo/processes.hpp>
57 #include <qlo/products.hpp>
58 #include <qlo/qladdindefines.hpp>
61 #include <qlo/quote.hpp>
63 #include <qlo/rangeaccrual.hpp>
64 #include <qlo/ratehelpers.hpp>
65 #include <qlo/schedule.hpp>
67 #include <qlo/settings.hpp>
68 #include <qlo/shortratemodels.hpp>
69 #include <qlo/smilesection.hpp>
70 #include <qlo/statistics.hpp>
71 #include <qlo/stickyratchet.hpp>
72 #include <qlo/swap.hpp>
73 #include <qlo/swaption.hpp>
77 #include <qlo/utilities.hpp>
78 #include <qlo/vanillaoption.hpp>
79 #include <qlo/vanillaswap.hpp>
80 #include <qlo/vcconfig.hpp>
81 #include <qlo/volatilities.hpp>
82 #include <qlo/credit.hpp>
83 
84 #include <qlo/valueobjects/vo_all.hpp>
85 #include <qlo/enumerations/register/register_all.hpp>
86 
87 #endif
88 
Implementations of the functions defined in settings.xml for use within the Addins.
Implementations of the utility functions defined in utilities.xml for use within the Addins.