Return the signed fractional year count using a std::vector of period boundary dates.

Synopsis

Declared in <bbldc_periodicmaactualactual.h>

static
double
yearsDiff(
    bdlt::Date const& beginDate,
    bdlt::Date const& endDate,
    std::vector<bdlt::Date> const& periodDate,
    double periodYearDiff);

Created with MrDocs