*/
public class DailyTenorGBPLibor extends DailyTenorLibor {
public DailyTenorGBPLibor(final int settlementDays) {
this(settlementDays, new Handle<YieldTermStructure>(
new AbstractYieldTermStructure() {
@Override
protected double discountImpl(final double t) {
throw new UnsupportedOperationException();
}
@Override