diff --git a/transform/models/L3_coves/loan_analytics/loans_by_state.yml b/transform/models/L3_coves/loan_analytics/loans_by_state.yml new file mode 100644 index 00000000..bac53a49 --- /dev/null +++ b/transform/models/L3_coves/loan_analytics/loans_by_state.yml @@ -0,0 +1,10 @@ +version: 2 + +models: + - name: LOANS_BY_STATE + description: 'This model aggregates the number of loans by state.' + columns: + - name: state + description: 'The state where the loans are located.' + - name: number_of_loans + description: 'The total number of loans in each state.'