public void run() {
QL.info("::::: " + this.getClass().getSimpleName() + " :::::");
final StopClock clock = new StopClock();
clock.startClock();
System.out.println("//==========================================FlatForward termstructure===================");
final SimpleQuote interestRateQuote = new SimpleQuote(0.3);
final RelinkableHandle<Quote> handleToInterestRateQuote = new RelinkableHandle<Quote>(interestRateQuote);
final YieldTermStructure flatforward = new FlatForward(2,new UnitedStates(Market.NYSE),handleToInterestRateQuote,new Actual365Fixed(), Compounding.Continuous,Frequency.Daily);