File tree Expand file tree Collapse file tree
hmda/src/main/scala/hmda/validation/engine Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments