/* @Rate */ final double qRates[] = { 0.00, 0.10, 0.30 };
/* @Rate */ final double rRates[] = { 0.01, 0.05, 0.15 };
/* @Integer */ final int lengths[] = { 1, 2 };
/* @Volatility */ final double vols[] = { 0.05, 0.20, 0.70 };
final DayCounter dc = new Actual360();
final Date today = Date.todaysDate();
new Settings().setEvaluationDate(today);
final SimpleQuote spot = new SimpleQuote(0.0);
final SimpleQuote qRate = new SimpleQuote(0.0);