forked from cfpb/hmda-test-files
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clean_file_config.yaml
146 lines (143 loc) · 3.49 KB
/
clean_file_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
name:
desc: The name of the institution filing data
type: String
value: Bank1
lei:
desc: The Legal Entity Identifier of the institution
type: String
value: BANK1LEIFORTEST12345
tax_id:
desc: The federal tax ID of the filing institution
type: String
value: 02-1234567
calendar_year:
desc: The year of activity
type: Integer
value: 2019
file_length:
desc: The number of lines in the clean or test data file
type: Integer
value: 100
large_file_base_length:
desc: the row count of the clean file to use as a base for the large clean file
type: Integer
value: 100
large_file_write_length:
desc: The number of lines in the large clean file
type: Integer
value: 500000
calendar_quarter:
desc: The calendar quarter to which the filing relates
type: Integer
value: 4
contact_name:
desc: The name of the contact person for the institution
type: String
value: Mr. Smug Pockets
contact_tel:
desc: The telephone number of the contact person
type: String
value: 555-555-5555
contact_email:
desc: The email of the contact person
type: String
value: [email protected]
street_addy:
desc: Property street address
type: String
value: 1234 Hocus Potato Way
city:
desc: Office city
type: String
value: Tatertown
state:
desc: Office state
type: String
value: UT
zip_code:
desc: Office ZIP code
type: String
value: "84096"
agency_code:
desc: The agency code of the filing institution
type: Integer
value: 9
max_age:
type: Integer
value: 110
max_amount:
desc: Maximum loan amount in dollars
type: Integer
value: 467000
max_income:
desc: Maximum applicant income in thousands
type: Integer
value: 300
max_rs:
desc: Maximum rate spread
type: Integer
value: 100
max_credit_score:
desc: Maximum credit score
type: Integer
value: 840
min_credit_score:
desc: Minimum credit score
type: Integer
value: 650
loan_costs:
desc: "Maximum loan costs"
type: Integer
value: 10000
points_and_fees:
desc: Maximum points and fees
type: Integer
value: 10000
orig_charges:
desc: Maximum origination charges
type: Integer
value: 10000
discount_points:
desc: Maximum discount points cost
type: Integer
value: 10000
lender_credits:
desc: Maximum lender credits
type: Integer
value: 10000
interest_rate:
desc: Maximum interest rate
type: Integer
value: 25
penalty_max:
desc: Maximum prepayment penalty term
type: Integer
value: 36
dti:
desc: Maximum debt to income ratio
type: Integer
value: 100
cltv:
desc: Combinted loan to value ratio
type: Integer
value: 120
loan_term:
desc: Maximum loan term
type: Integer
value: 360
intro_rate:
desc: Maximum introductory rate period
type: Intger
value: 36
max_units:
desc: Maximum total units
type: Integer
value: 30
prop_val_max:
desc: Maximum property value in dollars
type: Integer
value: 1000000
prop_val_min:
desc: Minimum property value in dollars
type: Integer
value: 100000