19#include <ql/quotes/simplequote.hpp>
20#include <ql/time/calendars/nullcalendar.hpp>
27 const DayCounter& dayCounter)
34 correlation_(
QuantLib::ext::shared_ptr<Quote>(new SimpleQuote(correlation))) {}
37 const DayCounter& dayCounter)
43 const DayCounter& dayCounter)
45 correlation_(
QuantLib::ext::shared_ptr<Quote>(new SimpleQuote(correlation))) {}
Correlation term structure.
Handle< Quote > correlation_
FlatCorrelation(const Date &referenceDate, const Handle< Quote > &correlation, const DayCounter &)
Term structure of flat correlations.