* This is the <i>Case 2</i> described on the top of this class.
*
* @see TermStructure documentation for more details about constructors.
*/
public AbstractTermStructure(final int settlementDays, final Calendar calendar) {
this(settlementDays, calendar, new Actual365Fixed());
}