We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c38036 commit 5e19f0cCopy full SHA for 5e19f0c
publication/src/main/scala/hmda/publication/reports/disclosure/D53.scala
@@ -41,9 +41,8 @@ object D53 {
41
.filter(lar => lar.msa != "NA")
42
.filter(lar => lar.msa.toInt == fipsCode)
43
.filter { lar =>
44
- (lar.loanType == 2 || lar.loanType == 3 || lar.loanType == 4) &&
45
- (lar.propertyType == 1 || lar.propertyType == 2) &&
46
- (lar.purpose == 1)
+ (lar.propertyType == 1 || lar.propertyType == 2) &&
+ (lar.purpose == 3)
47
}
48
val larsWithIncome = lars.filter(lar => lar.income != "NA")
49
0 commit comments