* @warning term structures initialized by means of this
* constructor must manage their own reference date
* by overriding the referenceDate() method.
*/
public BlackVarianceTermStructure(final Calendar cal) {
this(cal, BusinessDayConvention.Following, new DayCounter());
}