Skip to content

Commit db184bb

Browse files
committed
Add 2025 Q1 for devtesting.
1 parent 0b8d50b commit db184bb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

hmda-analytics/src/main/resources/application.conf

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,18 @@ hmda {
6262
larDeletion = ${?HMDA-LAR-DELETE}
6363
historyInsertion = true
6464
historyInsertion = ${?HMDA-HISTORY-INSERT}
65-
yearsAvailable = "2018,2019,2020,2021,2022,2023,2024"
65+
yearsAvailable = "2018,2019,2020,2021,2022,2023,2024,2025"
6666
yearsAvailable = ${?ANALYTICS_YEARS_AVAILABLE}
67+
2025 {
68+
tsTableName = "transmittalsheet2025"
69+
tsTableName = ${?TS_TABLE_NAME_2025}
70+
tsTableNameQ1 = "ts2025_q1"
71+
tsTableNameQ1 = ${?TS_TABLE_NAME_2025_Q1}
72+
larTableName = "loanapplicationregister2025"
73+
larTableName = ${?LAR_TABLE_NAME_2025}
74+
larTableNameQ1 = "lar2025_q1"
75+
larTableNameQ1 = ${?LAR_TABLE_NAME_2025_Q1}
76+
}
6777
2024 {
6878
tsTableName = "transmittalsheet2024"
6979
tsTableName = ${?TS_TABLE_NAME_2024}

0 commit comments

Comments
 (0)