Skip to content

Commit 36b690e

Browse files
authored
Merge pull request cfpb#1124 from nickgrippin/affiliate-fix
Fix affiliate code
2 parents df6cef9 + c64fd5d commit 36b690e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/shared/src/main/scala/hmda/parser/fi/InstitutionParser.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ object InstitutionParser {
9090
SavingsAndLoan
9191
} else if (i == "6") {
9292
CreditUnion
93-
} else if (i == "8") {
93+
} else if (i == "18") {
9494
Affiliate
9595
} else if (i == "14") {
9696
IndependentMortgageCompany

0 commit comments

Comments
 (0)