Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
yieldvolcurve.hpp
Go to the documentation of this file.
1/*
2Copyright (C) 2019 Quaternion Risk Management Ltd
3All rights reserved.
4
5This file is part of ORE, a free-software/open-source library
6for transparent pricing and risk analysis - http://opensourcerisk.org
7
8ORE is free software: you can redistribute it and/or modify it
9under the terms of the Modified BSD License. You should have received a
10copy of the license along with this program.
11The license is also available online at <http://opensourcerisk.org>
12
13This program is distributed on the basis that it will form a useful
14contribution to risk analytics and model standardisation, but WITHOUT
15ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.
17*/
18
19/*! \file ored/marketdata/yieldvolcurve.hpp
20\brief Wrapper class for building yield volatility structures
21\ingroup curves
22*/
23
24#pragma once
25
28
29namespace ore {
30namespace data {
32using QuantLib::Date;
33
34//! Wrapper class for building Yield volatility structures
35/*!
36 \ingroup curves
37*/
39public:
40 //! \name Constructors
41 //@{
42 //! Default constructor
44 //! Detailed constructor
45 YieldVolCurve(Date asof, YieldVolatilityCurveSpec spec, const Loader& loader,
46 const CurveConfigurations& curveConfigs, const bool buildCalibrationInfo);
47 //@}
48
49 //! \name Inspectors
50 //@{
51 const YieldVolatilityCurveSpec& spec() const { return spec_; }
52 //@}
53
54private:
56};
57} // namespace data
58} // namespace ore
Container class for all Curve Configurations.
Wrapper class for building Generic yield volatility structures.
Market data loader base class.
Definition: loader.hpp:47
Wrapper class for building Yield volatility structures.
YieldVolatilityCurveSpec spec_
YieldVolCurve()
Default constructor.
const YieldVolatilityCurveSpec & spec() const
Yield volatility curve description.
Definition: curvespec.hpp:222
Curve configuration repository.
@ data
Definition: log.hpp:77
Serializable Credit Default Swap.
Definition: namespaces.docs:23
vector< string > curveConfigs