Skip to content

Commit

Permalink
Add 2024 to mv config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredb96 committed Jul 12, 2024
1 parent 8f68aa1 commit df837fa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ kind: ConfigMap
metadata:
name: {{ include "hmda-quarterly-data-service.fullname" . }}-mv-configmap
data:
APP_VOL: applications_volume
APP_VOL: app_vol
ALL_APP_VOL: all_applications_volume
PERIODS_ANNUAL: 2018,2019,2020,2021,2022
PERIODS_ANNUAL: 2018,2019,2020,2021,2022,2023
CRED_SCORE_BY_LOAN: median_credit_score_by_loan_type
PERIODS_WITH_QUARTER: 2018,2019,2020,2021,2022,2023_q1,2023_q2,2023_q3
PERIODS_WITH_QUARTER: 2018,2019,2020,2021,2022,2023,2024_q1
CRED_SCORE_BY_RE: median_credit_score_by_loan_by_race
CLTV_BY_LOAN: median_cltv_by_loan_type
CLTV_BY_RE: median_cltv_by_race
Expand Down

0 comments on commit df837fa

Please sign in to comment.