7677787980818283848586
public TRLibor(final Period tenor, final Handle<YieldTermStructure> h) { super("TRLibor", tenor, 0, new TRYCurrency(), new Turkey(), BusinessDayConvention.ModifiedFollowing, false, new Actual360(), h); }
51525354555657
private final Calendar exchange; public TurkeyCalendarTest() { QL.info("::::: "+this.getClass().getSimpleName()+" :::::"); this.exchange = new Turkey(); }