Skip to content

Commit 85e4edd

Browse files
authored
Merge pull request #5132 from cfpb/data-pub-cont-2026-2
updating for 2025 release
2 parents f55f7b5 + e8b7302 commit 85e4edd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

institutions-api/src/main/resources/application.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ hmda {
2121
createSchema = ${?INSTITUTION_PG_CREATE_SCHEMA}
2222
timeout = 3
2323
yearsAvailable = "2018,2019,2020,2021,2022,2023,2024,2025,2026"
24-
defaultYear = "2024"
24+
defaultYear = "2025"
2525
defaultYear = ${?INSTITUTION_DEFAULT_YEAR}
2626
http {
2727
host = "0.0.0.0"
@@ -51,10 +51,10 @@ filter {
5151
bank-filter-list=${?BANK_FILTER_LIST}
5252
}
5353
counts:{
54-
defaultInstitution:"institutions2025_quarterly_08192025"
54+
defaultInstitution:"institutions2025_snapshot_06022026"
5555

5656
transmittalSheet:{
57-
2025 = "transmittalsheet2024_snapshot_06022026"
57+
2025 = "transmittalsheet2025_snapshot_06022026"
5858
2024 = "transmittalsheet2024_one_year_06012026"
5959
2023 = "transmittalsheet2023_one_year_05192025_v2"
6060
2022 = "transmittalsheet2022_three_year_06012026"

0 commit comments

Comments
 (0)