cfpb / hmda-pilot

Creative Commons Zero v1.0 Universal
6 stars 8 forks source link

Loan IDs not 25 characters are not passing S205 #410

Closed debseidner closed 9 years ago

debseidner commented 9 years ago

S205 states that Application/Loan number must not = blank or all zeros but it should not have a check on loan number length. Loan ids shorter than 25 characters are not passing S205. Please take a look at the logic and confirm length is not being checked.

Steps to Reproduce:

Upload file with a loan id having less than 25 characters Run the syntactical and validity errors on the file Look to see if loan record fails S205

Error:

Loan id with a length less than 25 is not passing the S205 syntactical edit

Expected Result:

Loans should be checked for being all blank or all zeros and only return as an error in S205 if that is the case. Length should not be a factor.

short loan id