QuantLib
: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
Loading...
Searching...
No Matches
pages
termstructures.docs
Go to the documentation of this file.
1
2
/*
3
Copyright (C) 2000-2003 StatPro Italia srl
4
5
This file is part of QuantLib, a free-software/open-source library
6
for financial quantitative analysts and developers - http://quantlib.org/
7
8
QuantLib is free software: you can redistribute it and/or modify it
9
under the terms of the QuantLib license. You should have received a
10
copy of the license along with this program; if not, please email
11
<quantlib-dev@lists.sf.net>. The license is also available online at
12
<http://quantlib.org/license.shtml>.
13
14
This program is distributed in the hope that it will be useful, but WITHOUT
15
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16
FOR A PARTICULAR PURPOSE. See the license for more details.
17
*/
18
19
/*! \defgroup termstructuressss Term structures
20
21
@{
22
*/
23
24
/*! \defgroup yieldtermstructures Interest-rate term structures
25
26
The abstract class QuantLib::YieldTermStructure provides the common
27
interface to concrete yield-rate term structure models. Among
28
others, methods are declared which return instantaneous forward
29
rate, discount factor, and zero rate at a given date. Adapter
30
classes are provided which already implement part of the required
31
methods, thus allowing the programmer to define only the
32
non-redundant part.
33
*/
34
35
/*! \defgroup defaultprobabilitytermstructures Default-probability term structures */
36
37
/*! \defgroup inflationtermstructures Inflation term structures */
38
39
40
/*! @} */
Generated by
Doxygen
1.9.5