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