...
Step | Evaluation Statement | Area A Logic | "If Yes" | "If No" |
6 | Does the student have a visa that | visa_type has YES in 'Residency?’ | Class A2 | Class A0 |
...
Step | Evaluation Statement | Area B Logic | "If Yes" | "If No" |
1 | Do out-of-state indicators support intent? | ca_outside_tax = 0 AND | Go to step 2 | Class B0 |
2 | Has the applicant lived in California for two | ca_res_2_years = 1 | Go to step 5 | Go to step 3 |
3 | Has the applicant been resident in CA for | ca_date_current ≠ null AND | Class B2 | Go to step 4 |
4 | Is the applicant a current or former Foster | ca_foster_youth = Yes | Class B2 | Class B0 |
...