Skip to content

Commit c64fd5d

Browse files
author
Nick Grippin
committed
fix affiliate code
1 parent 95d70d6 commit c64fd5d

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)