SimpleFrequency.SEMI_ANNUAL, DayCountFactory.INSTANCE.getDayCount("Actual/360"),
BusinessDayConventionFactory.INSTANCE.getBusinessDayConvention("Following"),
true, true, true, new InterestRateNotional(Currency.USD, 10000000), true, true, 500,
new InterestRateNotional(Currency.USD, 500000), 500, createZdt(2013,3,21), true);
ExternalId secId = ExternalId.of("SEC_ID", "12345");
cds.addExternalId(secId);
document.setSecurity(cds);
_securityMaster.add(document);
Position posn = new SimplePosition(BigDecimal.ONE, secId);