throw new OpenGammaRuntimeException("Cannot find file: " + filename, e);
}
case ZIP:
// Create zipped multi-asset class loader
return ImmutableList.of(new ZippedPortfolioReader(filename, ignoreVersion));
default:
throw new OpenGammaRuntimeException("Input filename should end in .CSV, .XLS, .XML or .ZIP");
}
}