You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
OFA has updated the TANF data reporting instructions (ACF-199) to address a policy question raised by a state. This change adds a new acceptable value to Citizenship/Immigration Status. There are a number of related tickets to make sure TDP accurately reflects this change.
Currently, we check for a valid SSN when Family Affiliation = 1 (Recipient) regardless of citizenship status. However, this rule needs to be relaxed when Citizenship Status = 2 (Qualified Alien). This impacts a Category 3 check that exists in in TANF T2, TANF T3 and TANF T5.
Acceptance Criteria:
Modify Category 3 SSN validation rule:
When Family Affiliation = 1 and Citizenship Status = 2, do not enforce an SSN validity check.
Ensure that if Family Affiliation = 1 and Citizenship Status = 1, SSN must still be valid.
Testing Checklist has been run, and all tests pass.
README is updated if necessary.
Tasks:
Update the validation logic in TANF T2 to relax the SSN check for Citizenship Status = 2.
Update the validation logic in TANF T3 to relax the SSN check for Citizenship Status = 2.
Update the validation logic in TANF T5 to relax the SSN check for Citizenship Status = 2.
Run Testing Checklist and confirm all tests pass
Questions:
Do we still want to check for valid SSN when citizenship = 1? or do we want to allow invalid SSNs for adult and child recipients except when citizenship status = 9
Description:
OFA has updated the TANF data reporting instructions (ACF-199) to address a policy question raised by a state. This change adds a new acceptable value to Citizenship/Immigration Status. There are a number of related tickets to make sure TDP accurately reflects this change.
Currently, we check for a valid SSN when Family Affiliation = 1 (Recipient) regardless of citizenship status. However, this rule needs to be relaxed when Citizenship Status = 2 (Qualified Alien). This impacts a Category 3 check that exists in in TANF T2, TANF T3 and TANF T5.
Acceptance Criteria:
Tasks:
Questions:
Notes:
This ticket is related to:
The text was updated successfully, but these errors were encountered: