cash.setExternalIdBundle(bundle);
final FixedIncomeStripWithSecurity cashStrip = new FixedIncomeStripWithSecurity(new FixedIncomeStrip(StripInstrumentType.CASH, Tenor.ONE_MONTH, "DEFAULT"), Tenor.ONE_MONTH, maturity, dummyId, cash);
dummyId = ExternalSchemes.bloombergTickerSecurityId("EDZ2 Comdty");
bundle = ExternalIdBundle.of(dummyId);
final FutureSecurity future = new InterestRateFutureSecurity(new Expiry(ZonedDateTime.now()), "XCSE", "XCSE", Currency.USD, 0, dummyId, "Interest Rate");
future.setExternalIdBundle(bundle);
final FixedIncomeStripWithSecurity futureStrip = new FixedIncomeStripWithSecurity(new FixedIncomeStrip(StripInstrumentType.FUTURE, Tenor.THREE_MONTHS, 2, "DEFAULT"), Tenor.THREE_MONTHS, DateUtils.getUTCDate(2011, 12, 1), dummyId, future);
dummyId = ExternalSchemes.bloombergTickerSecurityId("USFR0BE Curncy");
bundle = ExternalIdBundle.of(dummyId);
final ZonedDateTime startDate = DateUtils.getUTCDate(2011, 11, 1);