}
@Test
public void testCapFloorCMSSpreadSecurity() {
final CapFloorCMSSpreadSecurity security = ExposureFunctionTestHelper.getCapFloorCMSSpreadSecurity();
final List<ExternalId> ids = security.accept(EXPOSURE_FUNCTION);
assertEquals(2, ids.size());
assertEquals(ExternalSchemes.syntheticSecurityId("USD 10y Swap"), ids.get(0));
assertEquals(ExternalSchemes.syntheticSecurityId("USD 15y Swap"), ids.get(1));
}