Skip to content

Commit bfccd30

Browse files
authored
Merge pull request #5053 from PatrickGoRaft/2025-q1-graphs
2025 q1 graphs
2 parents 32ed8c7 + a685073 commit bfccd30

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

hmda-quarterly-data-service/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ server {
1414
db {
1515
mv {
1616
periods_annual: "2018,2019,2020,2021,2022,2023,2024"
17-
periods_with_quarter: "2018,2019,2020,2021,2022,2023,2024"
17+
periods_with_quarter: "2018,2019,2020,2021,2022,2023,2024,2025_q1"
1818
suffix_home_purchase: "purpose_p"
1919
suffix_refinance: "purpose_r"
2020
app_vol: app_vol

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ filter {
5151
bank-filter-list=${?BANK_FILTER_LIST}
5252
}
5353
counts:{
54-
defaultInstitution:"institutions2024_snapshot_v3"
54+
defaultInstitution:"institutions2025_quarterly_08192025"
5555

5656
transmittalSheet:{
5757
2024 = "transmittalsheet2024_snapshot_v3"

kubernetes/hmda-quarterly-data-service/templates/quarterly-verbiage-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: ConfigMap
33
metadata:
44
name: {{ include "hmda-quarterly-data-service.fullname" . }}-verbiage-configmap
55
data:
6-
GRAPH_SUMMARY: 31 financial institutions were required to report HMDA quarterly data in 2024. The following graphs show current and historic quarterly HMDA data for these institutions.
6+
GRAPH_SUMMARY: 35 financial institutions were required to report HMDA quarterly data in 2025. The following graphs show current and historic quarterly HMDA data for these institutions.
77
MEDIAN_INTEREST_RATES_SUBTITLE: ""
88
MEDIAN_INTEREST_RATES_CC_RACE_SUBTITLE: ""
99
MEDIAN_INTEREST_RATES_FHA_RACE_TITLE: For FHA loans, how have median interest rates differed by race/ethnicity?

0 commit comments

Comments
 (0)