QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Historical rate analysis class More...
#include <historicalratesanalysis.hpp>
Public Member Functions | |
HistoricalRatesAnalysis (ext::shared_ptr< SequenceStatistics > stats, const Date &startDate, const Date &endDate, const Period &step, const std::vector< ext::shared_ptr< InterestRateIndex > > &indexes) | |
const std::vector< Date > & | skippedDates () const |
const std::vector< std::string > & | skippedDatesErrorMessage () const |
const ext::shared_ptr< SequenceStatistics > & | stats () const |
Private Attributes | |
ext::shared_ptr< SequenceStatistics > | stats_ |
std::vector< Date > | skippedDates_ |
std::vector< std::string > | skippedDatesErrorMessage_ |
Historical rate analysis class
Definition at line 44 of file historicalratesanalysis.hpp.
HistoricalRatesAnalysis | ( | ext::shared_ptr< SequenceStatistics > | stats, |
const Date & | startDate, | ||
const Date & | endDate, | ||
const Period & | step, | ||
const std::vector< ext::shared_ptr< InterestRateIndex > > & | indexes | ||
) |
Definition at line 82 of file historicalratesanalysis.cpp.
const std::vector< Date > & skippedDates | ( | ) | const |
Definition at line 64 of file historicalratesanalysis.hpp.
const std::vector< std::string > & skippedDatesErrorMessage | ( | ) | const |
Definition at line 69 of file historicalratesanalysis.hpp.
const ext::shared_ptr< SequenceStatistics > & stats | ( | ) | const |
Definition at line 74 of file historicalratesanalysis.hpp.
|
private |
Definition at line 56 of file historicalratesanalysis.hpp.
|
private |
Definition at line 57 of file historicalratesanalysis.hpp.
|
private |
Definition at line 58 of file historicalratesanalysis.hpp.