24#ifndef quantlib_pricing_period_hpp
25#define quantlib_pricing_period_hpp
Date interval described by a number of a given time unit.
const Date & endDate() const
const Date & startDate() const
Time pricingperiod described by a number of a given time unit.
PricingPeriod(const Date &startDate, const Date &endDate, const Date &paymentDate, Quantity quantity)
const Date & paymentDate() const
const Quantity & quantity() const
std::vector< ext::shared_ptr< PricingPeriod > > PricingPeriods