return security;
}
public static DeliverableSwapFutureSecurity getDeliverableSwapFutureSecurity() {
final UniqueId underlyingId = getPayFixedFloatSwapSecurity().getUniqueId();
final DeliverableSwapFutureSecurity security = new DeliverableSwapFutureSecurity(new Expiry(DateUtils.getUTCDate(2013, 1, 1)), TRADING, SETTLEMENT, EUR, 100, "Swap",
ExternalId.of(underlyingId.getScheme(), underlyingId.getValue()), 10000);
security.setUniqueId(UniqueId.of(UniqueId.EXTERNAL_SCHEME.getName(), "1441"));
return security;
}