-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathclean_file_config.yaml
118 lines (115 loc) · 2.64 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
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
activity_year:
desc: The year of activity
type: Integer
value: 2020
calendar_quarter:
desc: The calendar quarter to which the filing relates
type: Integer
value: 4
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
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