if (each.getAllowedExtraEffort() == null && !each.isOverAssignableWithoutLimit()) {
return noSpaceAvailable();
}
EffortDuration effort = each.getAllowedExtraEffort() != null ? each
.getAllowedExtraEffort() : maxExtraEffort;
return new Share(-effort.getSeconds());
}