Skip to content

Commit b588d3b

Browse files
authored
Merge pull request #5091 from cfpb/2025-patching
Updating census file references for 2025
2 parents 33b3639 + 65c9e96 commit b588d3b

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

hmda/src/main/scala/hmda/validation/engine/2025/LarEngine2025.scala

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ private[engine] object LarEngine2025 extends ValidationEngine[LoanApplicationReg
5252
V623,
5353
V624,
5454
V625_1,
55-
V625_2.withIndexedTracts(CensusRecords.indexedTract2024),
56-
V626.withIndexedCounties(CensusRecords.indexedCounty2024),
57-
V627.withIndexedCounties(CensusRecords.indexedCounty2024),
55+
V625_2.withIndexedTracts(CensusRecords.indexedTract2025),
56+
V626.withIndexedCounties(CensusRecords.indexedCounty2025),
57+
V627.withIndexedCounties(CensusRecords.indexedCounty2025),
5858
V628_1,
5959
V628_2,
6060
V628_3,
@@ -236,7 +236,7 @@ private[engine] object LarEngine2025 extends ValidationEngine[LoanApplicationReg
236236
V713,
237237
V714,
238238
V715,
239-
_2020.V716.withIndexedCounties(CensusRecords.indexedCounty2024),
239+
_2020.V716.withIndexedCounties(CensusRecords.indexedCounty2025),
240240
_2022.V721_1,
241241
_2022.V721_2,
242242
_2024.V720_1,
@@ -248,7 +248,7 @@ private[engine] object LarEngine2025 extends ValidationEngine[LoanApplicationReg
248248
override def qualityChecks(ctx: ValidationContext) = Vector(
249249
Q601,
250250
Q602,
251-
Q603.withIndexedSmallCounties(CensusRecords.indexedSmallCounty2024),
251+
Q603.withIndexedSmallCounties(CensusRecords.indexedSmallCounty2025),
252252
Q605_1,
253253
Q605_2,
254254
quality2020.Q606,

hmda/src/main/scala/hmda/validation/engine/2026/LarEngine2026.scala

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ private[engine] object LarEngine2026 extends ValidationEngine[LoanApplicationReg
5252
V623,
5353
V624,
5454
V625_1,
55-
V625_2.withIndexedTracts(CensusRecords.indexedTract2024),
56-
V626.withIndexedCounties(CensusRecords.indexedCounty2024),
57-
V627.withIndexedCounties(CensusRecords.indexedCounty2024),
55+
V625_2.withIndexedTracts(CensusRecords.indexedTract2025),
56+
V626.withIndexedCounties(CensusRecords.indexedCounty2025),
57+
V627.withIndexedCounties(CensusRecords.indexedCounty2025),
5858
V628_1,
5959
V628_2,
6060
V628_3,
@@ -236,7 +236,7 @@ private[engine] object LarEngine2026 extends ValidationEngine[LoanApplicationReg
236236
V713,
237237
V714,
238238
V715,
239-
_2020.V716.withIndexedCounties(CensusRecords.indexedCounty2024),
239+
_2020.V716.withIndexedCounties(CensusRecords.indexedCounty2025),
240240
_2022.V721_1,
241241
_2022.V721_2,
242242
_2024.V720_1,
@@ -248,7 +248,7 @@ private[engine] object LarEngine2026 extends ValidationEngine[LoanApplicationReg
248248
override def qualityChecks(ctx: ValidationContext) = Vector(
249249
Q601,
250250
Q602,
251-
Q603.withIndexedSmallCounties(CensusRecords.indexedSmallCounty2024),
251+
Q603.withIndexedSmallCounties(CensusRecords.indexedSmallCounty2025),
252252
Q605_1,
253253
Q605_2,
254254
quality2020.Q606,

0 commit comments

Comments
 (0)