"They qualified for lower performance-based stock incentives in 2015 and 2016, but didn't get an "Outstanding" or "Exceeds" performance rating in those years, or..."
What does this mean?
If I got low SSL in the year of 2015, and got good SSL in 2016, I still match the condition? I just don't understand the word "and" between 2015 and 2016.
My understanding:
if(FOCAL == SUCCESSFULL)
{
If(2015.SSL == LOW and 2016.SSL == LOW)
then YOU OUT;
else if(2015.SSL == LOW and 2016.SSL != LOW)
then please pray;
else if(2016.SSL == LOW)
then YOU OUT;
}