private StandardFixedRecoveryCDSSecurity createStandardFixedRecoveryCDSSecurity() {
final boolean isBuy = bool();
final ExternalId protectionSeller = ExternalId.of("protectionSeller", "Foo");
final ExternalId protectionBuyer = ExternalId.of("protectionBuyer", "Foo");
final ExternalId referenceEntity = ExternalId.of("referenceEntity", "Foo");
final DebtSeniority debtSeniority = DebtSeniority.SENIOR;
final RestructuringClause restructuringClause = RestructuringClause.NONE;
final ExternalId regionId = region();
final ZonedDateTime startDate = ZonedDateTime.now().minusMonths(6);
final ZonedDateTime effectiveDate = ZonedDateTime.now().minusMonths(5);
final ZonedDateTime maturityDate = ZonedDateTime.now().plusMonths(6);