bundle = ExternalIdBundle.of(dummyId);
final ZonedDateTime startDate = DateUtils.getUTCDate(2011, 11, 1);
final ZonedDateTime endDate = DateUtils.getUTCDate(2012, 2, 1);
final ExternalId underlyingIdentifier = ExternalSchemes.bloombergTickerSecurityId("US0003M Index");
final ZonedDateTime fixingDate = startDate.minusDays(2);
final FRASecurity fra = new FRASecurity(Currency.USD, ExternalSchemes.financialRegionId("US"), startDate, endDate, 0.05, 1, underlyingIdentifier, fixingDate);
fra.setExternalIdBundle(bundle);
final FixedIncomeStripWithSecurity fraStrip = new FixedIncomeStripWithSecurity(new FixedIncomeStrip(StripInstrumentType.FRA_3M, Tenor.FIVE_MONTHS, "DEFAULT"), Tenor.FIVE_MONTHS, endDate, dummyId, fra);
final Collection<FixedIncomeStripWithSecurity> strips = new ArrayList<FixedIncomeStripWithSecurity>();
strips.add(cashStrip);
strips.add(futureStrip);