throw new MissingInformationException("Location information is missing for user.Update the info and calculate the factor");
}
if(user.getJobDetails() != null) {
ZipDTO zip = aRemote.findStateForZip(Integer.parseInt(user.getZipCode()));
if(zip != null) {
aUserStateStats.setState(zip.getState());
}
aUserStateStats.setIndustryCode(user.getJobDetails().getIndustryCode());
aUserStateStats.setOccCode(user.getJobDetails().getOccupationCode());
}
GenericResponse aResponse = aStatsService.calculateWeeklyWage(aUserStateStats);