Skip to content

Commit b94ca21

Browse files
committed
Corrections to function names
1 parent d5ceb84 commit b94ca21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

publication/src/main/scala/hmda/publication/reports/disclosure/DisclosureReport.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ object D5X {
6060

6161
val msa = msaReport(fipsCode.toString)
6262

63-
val incomeIntervals = incomeIntervalsForMsa(fipsCode)
64-
val applicantIncomesF = applicantIncomesByInterval(larsWithIncome, incomeIntervals, dispositions)
63+
val incomeIntervals = calculateMedianIncomeIntervals(fipsCode)
64+
val applicantIncomesF = applicantIncomesWithBorrowerCharacteristics(larsWithIncome, incomeIntervals, dispositions)
6565

66-
val yearF = reportYear(larSource)
66+
val yearF = calculateYear(larSource)
6767
val totalF = calculateDispositions(lars, dispositions)
6868

6969
for {

0 commit comments

Comments
 (0)