ams_layout 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +22 -0
- data/.pryrc +8 -0
- data/.rspec +2 -0
- data/.travis.yml +3 -0
- data/Gemfile +12 -0
- data/Gemfile.lock +134 -0
- data/Guardfile +11 -0
- data/LICENSE +22 -0
- data/README.md +42 -0
- data/Rakefile +116 -0
- data/ams_layout.gemspec +32 -0
- data/bin/ams_layout +10 -0
- data/lib/ams_layout/browser_loader.rb +99 -0
- data/lib/ams_layout/cli/config.rb +250 -0
- data/lib/ams_layout/cli/generate.rb +145 -0
- data/lib/ams_layout/cli.rb +29 -0
- data/lib/ams_layout/client.rb +190 -0
- data/lib/ams_layout/core_ext/string.rb +30 -0
- data/lib/ams_layout/core_ext.rb +11 -0
- data/lib/ams_layout/delegate_writer.rb +348 -0
- data/lib/ams_layout/pages/login_page.rb +69 -0
- data/lib/ams_layout/pages/prequal_detail.rb +26 -0
- data/lib/ams_layout/pages.rb +36 -0
- data/lib/ams_layout/parser.rb +137 -0
- data/lib/ams_layout/version.rb +3 -0
- data/lib/ams_layout/writer.rb +124 -0
- data/lib/ams_layout.rb +198 -0
- data/spec/data/layout-small.yml +25 -0
- data/spec/data/layout-small.yml.aliases +22 -0
- data/spec/data/layout.yml +652 -0
- data/spec/data/layout.yml.aliases +613 -0
- data/spec/lib/ams_layout/ams_layout_spec.rb +7 -0
- data/spec/lib/ams_layout/cli/config_spec.rb +471 -0
- data/spec/lib/ams_layout/cli/generate_spec.rb +188 -0
- data/spec/lib/ams_layout/cli_spec.rb +35 -0
- data/spec/lib/ams_layout/client_spec.rb +93 -0
- data/spec/lib/ams_layout/delegate_writer_spec.rb +80 -0
- data/spec/lib/ams_layout/writer_spec.rb +64 -0
- data/spec/spec_helper.rb +7 -0
- data/spec/spec_helper_spec.rb +27 -0
- data/spec/support/asserts.rb +13 -0
- data/spec/support/dirs.rb +45 -0
- data/spec/support/helpers.rb +46 -0
- metadata +231 -0
|
@@ -0,0 +1,613 @@
|
|
|
1
|
+
---
|
|
2
|
+
Borrower Name:
|
|
3
|
+
- Alias1 Borrower Name
|
|
4
|
+
- Alias2 Borrower Name
|
|
5
|
+
Borrower SSN:
|
|
6
|
+
- Alias1 Borrower SSN
|
|
7
|
+
- Alias2 Borrower SSN
|
|
8
|
+
Borrower Date of Birth:
|
|
9
|
+
- Alias1 Borrower Date of Birth
|
|
10
|
+
- Alias2 Borrower Date of Birth
|
|
11
|
+
Income Type:
|
|
12
|
+
- Alias1 Income Type
|
|
13
|
+
- Alias2 Income Type
|
|
14
|
+
Borrower Current FICO:
|
|
15
|
+
- Alias1 Borrower Current FICO
|
|
16
|
+
- Alias2 Borrower Current FICO
|
|
17
|
+
Bankruptcy Status:
|
|
18
|
+
- Alias1 Bankruptcy Status
|
|
19
|
+
- Alias2 Bankruptcy Status
|
|
20
|
+
Co-Borrower Name:
|
|
21
|
+
- Alias1 Co-Borrower Name
|
|
22
|
+
- Alias2 Co-Borrower Name
|
|
23
|
+
Co-Borrower SSN:
|
|
24
|
+
- Alias1 Co-Borrower SSN
|
|
25
|
+
- Alias2 Co-Borrower SSN
|
|
26
|
+
Co-Borrower Date of Birth:
|
|
27
|
+
- Alias1 Co-Borrower Date of Birth
|
|
28
|
+
- Alias2 Co-Borrower Date of Birth
|
|
29
|
+
CoBorrower Income Type:
|
|
30
|
+
- Alias1 CoBorrower Income Type
|
|
31
|
+
- Alias2 CoBorrower Income Type
|
|
32
|
+
Property Address:
|
|
33
|
+
- Alias1 Property Address
|
|
34
|
+
- Alias2 Property Address
|
|
35
|
+
Property City:
|
|
36
|
+
- Alias1 Property City
|
|
37
|
+
- Alias2 Property City
|
|
38
|
+
Property State:
|
|
39
|
+
- Alias1 Property State
|
|
40
|
+
- Alias2 Property State
|
|
41
|
+
Property Zip:
|
|
42
|
+
- Alias1 Property Zip
|
|
43
|
+
- Alias2 Property Zip
|
|
44
|
+
Number of Units:
|
|
45
|
+
- Alias1 Number of Units
|
|
46
|
+
- Alias2 Number of Units
|
|
47
|
+
Owner Occupied:
|
|
48
|
+
- Alias1 Owner Occupied
|
|
49
|
+
- Alias2 Owner Occupied
|
|
50
|
+
Property Type:
|
|
51
|
+
- Alias1 Property Type
|
|
52
|
+
- Alias2 Property Type
|
|
53
|
+
Property Loss Status:
|
|
54
|
+
- Alias1 Property Loss Status
|
|
55
|
+
- Alias2 Property Loss Status
|
|
56
|
+
BPO Property Valuation - Method:
|
|
57
|
+
- Alias1 BPO Property Valuation - Method
|
|
58
|
+
- Alias2 BPO Property Valuation - Method
|
|
59
|
+
BPO Property Valuation - Date:
|
|
60
|
+
- Alias1 BPO Property Valuation - Date
|
|
61
|
+
- Alias2 BPO Property Valuation - Date
|
|
62
|
+
BPO Property Valuation - As-Is Value:
|
|
63
|
+
- Alias1 BPO Property Valuation - As-Is Value
|
|
64
|
+
- Alias2 BPO Property Valuation - As-Is Value
|
|
65
|
+
Property Condition:
|
|
66
|
+
- Alias1 Property Condition
|
|
67
|
+
- Alias2 Property Condition
|
|
68
|
+
Appraisal Property Valuation Method:
|
|
69
|
+
- Alias1 Appraisal Property Valuation Method
|
|
70
|
+
- Alias2 Appraisal Property Valuation Method
|
|
71
|
+
Appraisal Property Valuation Date:
|
|
72
|
+
- Alias1 Appraisal Property Valuation Date
|
|
73
|
+
- Alias2 Appraisal Property Valuation Date
|
|
74
|
+
Appraisal Property Valuation As-Is Value:
|
|
75
|
+
- Alias1 Appraisal Property Valuation As-Is Value
|
|
76
|
+
- Alias2 Appraisal Property Valuation As-Is Value
|
|
77
|
+
Appraisal Vendor Code:
|
|
78
|
+
- Alias1 Appraisal Vendor Code
|
|
79
|
+
- Alias2 Appraisal Vendor Code
|
|
80
|
+
Hardship Reason:
|
|
81
|
+
- Alias1 Hardship Reason
|
|
82
|
+
- Alias2 Hardship Reason
|
|
83
|
+
Occupancy Status:
|
|
84
|
+
- Alias1 Occupancy Status
|
|
85
|
+
- Alias2 Occupancy Status
|
|
86
|
+
Delinquent Counselor Code:
|
|
87
|
+
- Alias1 Delinquent Counselor Code
|
|
88
|
+
- Alias2 Delinquent Counselor Code
|
|
89
|
+
Agency Type:
|
|
90
|
+
- Alias1 Agency Type
|
|
91
|
+
- Alias2 Agency Type
|
|
92
|
+
FFIEC:
|
|
93
|
+
- Alias1 FFIEC
|
|
94
|
+
- Alias2 FFIEC
|
|
95
|
+
Pending Service Release:
|
|
96
|
+
- Alias1 Pending Service Release
|
|
97
|
+
- Alias2 Pending Service Release
|
|
98
|
+
Account in Litigation:
|
|
99
|
+
- Alias1 Account in Litigation
|
|
100
|
+
- Alias2 Account in Litigation
|
|
101
|
+
Bankruptcy Litigation:
|
|
102
|
+
- Alias1 Bankruptcy Litigation
|
|
103
|
+
- Alias2 Bankruptcy Litigation
|
|
104
|
+
Delinquency Status:
|
|
105
|
+
- Alias1 Delinquency Status
|
|
106
|
+
- Alias2 Delinquency Status
|
|
107
|
+
Borrower Commits to Sending Documents by Expiration Date:
|
|
108
|
+
- Alias1 Borrower Commits to Sending Documents by Expiration Date
|
|
109
|
+
- Alias2 Borrower Commits to Sending Documents by Expiration Date
|
|
110
|
+
Income Verified:
|
|
111
|
+
- Alias1 Income Verified
|
|
112
|
+
- Alias2 Income Verified
|
|
113
|
+
Documents Received:
|
|
114
|
+
- Alias1 Documents Received
|
|
115
|
+
- Alias2 Documents Received
|
|
116
|
+
Docs Received Date:
|
|
117
|
+
- Alias1 Docs Received Date
|
|
118
|
+
- Alias2 Docs Received Date
|
|
119
|
+
Foreclosure Status:
|
|
120
|
+
- Alias1 Foreclosure Status
|
|
121
|
+
- Alias2 Foreclosure Status
|
|
122
|
+
Foreclosure Reinstatement Amount:
|
|
123
|
+
- Alias1 Foreclosure Reinstatement Amount
|
|
124
|
+
- Alias2 Foreclosure Reinstatement Amount
|
|
125
|
+
Scheduled Foreclosure Sale Date:
|
|
126
|
+
- Alias1 Scheduled Foreclosure Sale Date
|
|
127
|
+
- Alias2 Scheduled Foreclosure Sale Date
|
|
128
|
+
Anticipated Foreclosure Date:
|
|
129
|
+
- Alias1 Anticipated Foreclosure Date
|
|
130
|
+
- Alias2 Anticipated Foreclosure Date
|
|
131
|
+
Has Escrow Account:
|
|
132
|
+
- Alias1 Has Escrow Account
|
|
133
|
+
- Alias2 Has Escrow Account
|
|
134
|
+
Escrow Shortage for Advances:
|
|
135
|
+
- Alias1 Escrow Shortage for Advances
|
|
136
|
+
- Alias2 Escrow Shortage for Advances
|
|
137
|
+
Current Escrow Balance:
|
|
138
|
+
- Alias1 Current Escrow Balance
|
|
139
|
+
- Alias2 Current Escrow Balance
|
|
140
|
+
Pending Escrow Change:
|
|
141
|
+
- Alias1 Pending Escrow Change
|
|
142
|
+
- Alias2 Pending Escrow Change
|
|
143
|
+
Association Dues/ Fees before modification:
|
|
144
|
+
- Alias1 Association Dues/ Fees before modification
|
|
145
|
+
- Alias2 Association Dues/ Fees before modification
|
|
146
|
+
Escrow Complete:
|
|
147
|
+
- Alias1 Escrow Complete
|
|
148
|
+
- Alias2 Escrow Complete
|
|
149
|
+
Optional Insurance:
|
|
150
|
+
- Alias1 Optional Insurance
|
|
151
|
+
- Alias2 Optional Insurance
|
|
152
|
+
Capitalized Monthly Escrow Payment:
|
|
153
|
+
- Alias1 Capitalized Monthly Escrow Payment
|
|
154
|
+
- Alias2 Capitalized Monthly Escrow Payment
|
|
155
|
+
Monthly Partial Escrow Payment:
|
|
156
|
+
- Alias1 Monthly Partial Escrow Payment
|
|
157
|
+
- Alias2 Monthly Partial Escrow Payment
|
|
158
|
+
Non-Capitalized Monthly Escrow Payment:
|
|
159
|
+
- Alias1 Non-Capitalized Monthly Escrow Payment
|
|
160
|
+
- Alias2 Non-Capitalized Monthly Escrow Payment
|
|
161
|
+
Monthly Ancillary Fee Payment for Taxes and Insurance:
|
|
162
|
+
- Alias1 Monthly Ancillary Fee Payment for Taxes and Insurance
|
|
163
|
+
- Alias2 Monthly Ancillary Fee Payment for Taxes and Insurance
|
|
164
|
+
Corporate Advances for DQ Taxes:
|
|
165
|
+
- Alias1 Corporate Advances for DQ Taxes
|
|
166
|
+
- Alias2 Corporate Advances for DQ Taxes
|
|
167
|
+
Corporate Advances for Forced Placed Insurance:
|
|
168
|
+
- Alias1 Corporate Advances for Forced Placed Insurance
|
|
169
|
+
- Alias2 Corporate Advances for Forced Placed Insurance
|
|
170
|
+
Corporate Advances Non Tax Non Insurance:
|
|
171
|
+
- Alias1 Corporate Advances Non Tax Non Insurance
|
|
172
|
+
- Alias2 Corporate Advances Non Tax Non Insurance
|
|
173
|
+
Past Due Payments and Fees:
|
|
174
|
+
- Alias1 Past Due Payments and Fees
|
|
175
|
+
- Alias2 Past Due Payments and Fees
|
|
176
|
+
Delinquent Taxes:
|
|
177
|
+
- Alias1 Delinquent Taxes
|
|
178
|
+
- Alias2 Delinquent Taxes
|
|
179
|
+
Delinquent Insurance:
|
|
180
|
+
- Alias1 Delinquent Insurance
|
|
181
|
+
- Alias2 Delinquent Insurance
|
|
182
|
+
Servicing Advances:
|
|
183
|
+
- Alias1 Servicing Advances
|
|
184
|
+
- Alias2 Servicing Advances
|
|
185
|
+
Mod Agreement Expiration Date:
|
|
186
|
+
- Alias1 Mod Agreement Expiration Date
|
|
187
|
+
- Alias2 Mod Agreement Expiration Date
|
|
188
|
+
Mod Agreement Received Date:
|
|
189
|
+
- Alias1 Mod Agreement Received Date
|
|
190
|
+
- Alias2 Mod Agreement Received Date
|
|
191
|
+
Mod Agreement Validated:
|
|
192
|
+
- Alias1 Mod Agreement Validated
|
|
193
|
+
- Alias2 Mod Agreement Validated
|
|
194
|
+
Resent Mod Agreement Expiration Date:
|
|
195
|
+
- Alias1 Resent Mod Agreement Expiration Date
|
|
196
|
+
- Alias2 Resent Mod Agreement Expiration Date
|
|
197
|
+
Resent Mod Agreement Received Date:
|
|
198
|
+
- Alias1 Resent Mod Agreement Received Date
|
|
199
|
+
- Alias2 Resent Mod Agreement Received Date
|
|
200
|
+
Customer Requested Withdrawal:
|
|
201
|
+
- Alias1 Customer Requested Withdrawal
|
|
202
|
+
- Alias2 Customer Requested Withdrawal
|
|
203
|
+
Appeal Reason:
|
|
204
|
+
- Alias1 Appeal Reason
|
|
205
|
+
- Alias2 Appeal Reason
|
|
206
|
+
Appeal Docs Expiration Date:
|
|
207
|
+
- Alias1 Appeal Docs Expiration Date
|
|
208
|
+
- Alias2 Appeal Docs Expiration Date
|
|
209
|
+
Appeal Docs Received:
|
|
210
|
+
- Alias1 Appeal Docs Received
|
|
211
|
+
- Alias2 Appeal Docs Received
|
|
212
|
+
Appeal Docs Received Date:
|
|
213
|
+
- Alias1 Appeal Docs Received Date
|
|
214
|
+
- Alias2 Appeal Docs Received Date
|
|
215
|
+
Appeal Expiration Date:
|
|
216
|
+
- Alias1 Appeal Expiration Date
|
|
217
|
+
- Alias2 Appeal Expiration Date
|
|
218
|
+
Reconsideration Reason:
|
|
219
|
+
- Alias1 Reconsideration Reason
|
|
220
|
+
- Alias2 Reconsideration Reason
|
|
221
|
+
Reconsideration/Decline Comments:
|
|
222
|
+
- Alias1 Reconsideration/Decline Comments
|
|
223
|
+
- Alias2 Reconsideration/Decline Comments
|
|
224
|
+
Counter Type:
|
|
225
|
+
- Alias1 Counter Type
|
|
226
|
+
- Alias2 Counter Type
|
|
227
|
+
Approval:
|
|
228
|
+
- Alias1 Approval
|
|
229
|
+
- Alias2 Approval
|
|
230
|
+
Manual Decline:
|
|
231
|
+
- Alias1 Manual Decline
|
|
232
|
+
- Alias2 Manual Decline
|
|
233
|
+
Adverse Action Code(s) (separated w/comma or space):
|
|
234
|
+
- Alias1 Adverse Action Code(s) (separated w/comma or space)
|
|
235
|
+
- Alias2 Adverse Action Code(s) (separated w/comma or space)
|
|
236
|
+
Manual Decline Reason Codes (separated w/comma or space):
|
|
237
|
+
- Alias1 Manual Decline Reason Codes (separated w/comma or space)
|
|
238
|
+
- Alias2 Manual Decline Reason Codes (separated w/comma or space)
|
|
239
|
+
Manager By-Pass Reason:
|
|
240
|
+
- Alias1 Manager By-Pass Reason
|
|
241
|
+
- Alias2 Manager By-Pass Reason
|
|
242
|
+
Manual Decline Comments:
|
|
243
|
+
- Alias1 Manual Decline Comments
|
|
244
|
+
- Alias2 Manual Decline Comments
|
|
245
|
+
Rate Term Exception Reason:
|
|
246
|
+
- Alias1 Rate Term Exception Reason
|
|
247
|
+
- Alias2 Rate Term Exception Reason
|
|
248
|
+
Exception Mod Rate:
|
|
249
|
+
- Alias1 Exception Mod Rate
|
|
250
|
+
- Alias2 Exception Mod Rate
|
|
251
|
+
Exception Mod Term:
|
|
252
|
+
- Alias1 Exception Mod Term
|
|
253
|
+
- Alias2 Exception Mod Term
|
|
254
|
+
Document Exception Reason:
|
|
255
|
+
- Alias1 Document Exception Reason
|
|
256
|
+
- Alias2 Document Exception Reason
|
|
257
|
+
Exception Document Expiration Date:
|
|
258
|
+
- Alias1 Exception Document Expiration Date
|
|
259
|
+
- Alias2 Exception Document Expiration Date
|
|
260
|
+
Lien Position:
|
|
261
|
+
- Alias1 Lien Position
|
|
262
|
+
- Alias2 Lien Position
|
|
263
|
+
Platform:
|
|
264
|
+
- Alias1 Platform
|
|
265
|
+
- Alias2 Platform
|
|
266
|
+
Investor Code:
|
|
267
|
+
- Alias1 Investor Code
|
|
268
|
+
- Alias2 Investor Code
|
|
269
|
+
Product Type:
|
|
270
|
+
- Alias1 Product Type
|
|
271
|
+
- Alias2 Product Type
|
|
272
|
+
Prepay Flag:
|
|
273
|
+
- Alias1 Prepay Flag
|
|
274
|
+
- Alias2 Prepay Flag
|
|
275
|
+
Due Day:
|
|
276
|
+
- Alias1 Due Day
|
|
277
|
+
- Alias2 Due Day
|
|
278
|
+
IO Indicator:
|
|
279
|
+
- Alias1 IO Indicator
|
|
280
|
+
- Alias2 IO Indicator
|
|
281
|
+
GSE Loan Number:
|
|
282
|
+
- Alias1 GSE Loan Number
|
|
283
|
+
- Alias2 GSE Loan Number
|
|
284
|
+
PMI Insurance:
|
|
285
|
+
- Alias1 PMI Insurance
|
|
286
|
+
- Alias2 PMI Insurance
|
|
287
|
+
Original Amortization:
|
|
288
|
+
- Alias1 Original Amortization
|
|
289
|
+
- Alias2 Original Amortization
|
|
290
|
+
Current Unpaid Balance:
|
|
291
|
+
- Alias1 Current Unpaid Balance
|
|
292
|
+
- Alias2 Current Unpaid Balance
|
|
293
|
+
DQ PI Payment:
|
|
294
|
+
- Alias1 DQ PI Payment
|
|
295
|
+
- Alias2 DQ PI Payment
|
|
296
|
+
Current Interest Rate:
|
|
297
|
+
- Alias1 Current Interest Rate
|
|
298
|
+
- Alias2 Current Interest Rate
|
|
299
|
+
Current Monthly Payment:
|
|
300
|
+
- Alias1 Current Monthly Payment
|
|
301
|
+
- Alias2 Current Monthly Payment
|
|
302
|
+
Current Principal Payment:
|
|
303
|
+
- Alias1 Current Principal Payment
|
|
304
|
+
- Alias2 Current Principal Payment
|
|
305
|
+
Current Interest Payment:
|
|
306
|
+
- Alias1 Current Interest Payment
|
|
307
|
+
- Alias2 Current Interest Payment
|
|
308
|
+
Principal Forbearance Amount:
|
|
309
|
+
- Alias1 Principal Forbearance Amount
|
|
310
|
+
- Alias2 Principal Forbearance Amount
|
|
311
|
+
Deferred Interest:
|
|
312
|
+
- Alias1 Deferred Interest
|
|
313
|
+
- Alias2 Deferred Interest
|
|
314
|
+
HELOC Loan Alert:
|
|
315
|
+
- Alias1 HELOC Loan Alert
|
|
316
|
+
- Alias2 HELOC Loan Alert
|
|
317
|
+
Monthly Escrow Amount:
|
|
318
|
+
- Alias1 Monthly Escrow Amount
|
|
319
|
+
- Alias2 Monthly Escrow Amount
|
|
320
|
+
Remaining Original Term:
|
|
321
|
+
- Alias1 Remaining Original Term
|
|
322
|
+
- Alias2 Remaining Original Term
|
|
323
|
+
Suspense Amount:
|
|
324
|
+
- Alias1 Suspense Amount
|
|
325
|
+
- Alias2 Suspense Amount
|
|
326
|
+
Payright Rewards Flag:
|
|
327
|
+
- Alias1 Payright Rewards Flag
|
|
328
|
+
- Alias2 Payright Rewards Flag
|
|
329
|
+
Pure Interest Rate:
|
|
330
|
+
- Alias1 Pure Interest Rate
|
|
331
|
+
- Alias2 Pure Interest Rate
|
|
332
|
+
Is Personal Home Loan:
|
|
333
|
+
- Alias1 Is Personal Home Loan
|
|
334
|
+
- Alias2 Is Personal Home Loan
|
|
335
|
+
Pure PI Payment:
|
|
336
|
+
- Alias1 Pure PI Payment
|
|
337
|
+
- Alias2 Pure PI Payment
|
|
338
|
+
Is Principal Write Down:
|
|
339
|
+
- Alias1 Is Principal Write Down
|
|
340
|
+
- Alias2 Is Principal Write Down
|
|
341
|
+
Close Code:
|
|
342
|
+
- Alias1 Close Code
|
|
343
|
+
- Alias2 Close Code
|
|
344
|
+
Origination Date:
|
|
345
|
+
- Alias1 Origination Date
|
|
346
|
+
- Alias2 Origination Date
|
|
347
|
+
Current Maturity Date:
|
|
348
|
+
- Alias1 Current Maturity Date
|
|
349
|
+
- Alias2 Current Maturity Date
|
|
350
|
+
Original Property Value:
|
|
351
|
+
- Alias1 Original Property Value
|
|
352
|
+
- Alias2 Original Property Value
|
|
353
|
+
Original Loan Term:
|
|
354
|
+
- Alias1 Original Loan Term
|
|
355
|
+
- Alias2 Original Loan Term
|
|
356
|
+
Original LTV:
|
|
357
|
+
- Alias1 Original LTV
|
|
358
|
+
- Alias2 Original LTV
|
|
359
|
+
Origination Front-End DTI:
|
|
360
|
+
- Alias1 Origination Front-End DTI
|
|
361
|
+
- Alias2 Origination Front-End DTI
|
|
362
|
+
Investment Property At Origination:
|
|
363
|
+
- Alias1 Investment Property At Origination
|
|
364
|
+
- Alias2 Investment Property At Origination
|
|
365
|
+
Gross Disposable Income at Origination:
|
|
366
|
+
- Alias1 Gross Disposable Income at Origination
|
|
367
|
+
- Alias2 Gross Disposable Income at Origination
|
|
368
|
+
First ARM Reset Date:
|
|
369
|
+
- Alias1 First ARM Reset Date
|
|
370
|
+
- Alias2 First ARM Reset Date
|
|
371
|
+
Current Next Rate Reset Date:
|
|
372
|
+
- Alias1 Current Next Rate Reset Date
|
|
373
|
+
- Alias2 Current Next Rate Reset Date
|
|
374
|
+
Min ARM Adjustment:
|
|
375
|
+
- Alias1 Min ARM Adjustment
|
|
376
|
+
- Alias2 Min ARM Adjustment
|
|
377
|
+
Max ARM Adjustment:
|
|
378
|
+
- Alias1 Max ARM Adjustment
|
|
379
|
+
- Alias2 Max ARM Adjustment
|
|
380
|
+
ARM Floor:
|
|
381
|
+
- Alias1 ARM Floor
|
|
382
|
+
- Alias2 ARM Floor
|
|
383
|
+
ARM Ceiling:
|
|
384
|
+
- Alias1 ARM Ceiling
|
|
385
|
+
- Alias2 ARM Ceiling
|
|
386
|
+
Balloon Payment Due Date:
|
|
387
|
+
- Alias1 Balloon Payment Due Date
|
|
388
|
+
- Alias2 Balloon Payment Due Date
|
|
389
|
+
Note Reset Rate:
|
|
390
|
+
- Alias1 Note Reset Rate
|
|
391
|
+
- Alias2 Note Reset Rate
|
|
392
|
+
Failed Trial Counter-Payments:
|
|
393
|
+
- Alias1 Failed Trial Counter-Payments
|
|
394
|
+
- Alias2 Failed Trial Counter-Payments
|
|
395
|
+
Failed Trial Counter-Mod Agreement Not Recd:
|
|
396
|
+
- Alias1 Failed Trial Counter-Mod Agreement Not Recd
|
|
397
|
+
- Alias2 Failed Trial Counter-Mod Agreement Not Recd
|
|
398
|
+
Number of FAP II Mods Activated:
|
|
399
|
+
- Alias1 Number of FAP II Mods Activated
|
|
400
|
+
- Alias2 Number of FAP II Mods Activated
|
|
401
|
+
FAP II Previous 6 Payment Mod:
|
|
402
|
+
- Alias1 FAP II Previous 6 Payment Mod
|
|
403
|
+
- Alias2 FAP II Previous 6 Payment Mod
|
|
404
|
+
Previous FAP II Mod Failed Count:
|
|
405
|
+
- Alias1 Previous FAP II Mod Failed Count
|
|
406
|
+
- Alias2 Previous FAP II Mod Failed Count
|
|
407
|
+
Previous Foreclosure Mod Approval Date:
|
|
408
|
+
- Alias1 Previous Foreclosure Mod Approval Date
|
|
409
|
+
- Alias2 Previous Foreclosure Mod Approval Date
|
|
410
|
+
Total FIM Restructures Previous 60 Months:
|
|
411
|
+
- Alias1 Total FIM Restructures Previous 60 Months
|
|
412
|
+
- Alias2 Total FIM Restructures Previous 60 Months
|
|
413
|
+
Mod Count:
|
|
414
|
+
- Alias1 Mod Count
|
|
415
|
+
- Alias2 Mod Count
|
|
416
|
+
FIM Modifications:
|
|
417
|
+
- Alias1 FIM Modifications
|
|
418
|
+
- Alias2 FIM Modifications
|
|
419
|
+
Date of last FIM Modification:
|
|
420
|
+
- Alias1 Date of last FIM Modification
|
|
421
|
+
- Alias2 Date of last FIM Modification
|
|
422
|
+
FIM Re-ages:
|
|
423
|
+
- Alias1 FIM Re-ages
|
|
424
|
+
- Alias2 FIM Re-ages
|
|
425
|
+
Date of last FIM Re-age:
|
|
426
|
+
- Alias1 Date of last FIM Re-age
|
|
427
|
+
- Alias2 Date of last FIM Re-age
|
|
428
|
+
MN Re-ages:
|
|
429
|
+
- Alias1 MN Re-ages
|
|
430
|
+
- Alias2 MN Re-ages
|
|
431
|
+
Currently on Active Mod:
|
|
432
|
+
- Alias1 Currently on Active Mod
|
|
433
|
+
- Alias2 Currently on Active Mod
|
|
434
|
+
Previous FAP II Mod Forbearance Amount:
|
|
435
|
+
- Alias1 Previous FAP II Mod Forbearance Amount
|
|
436
|
+
- Alias2 Previous FAP II Mod Forbearance Amount
|
|
437
|
+
Current Modification Term:
|
|
438
|
+
- Alias1 Current Modification Term
|
|
439
|
+
- Alias2 Current Modification Term
|
|
440
|
+
Previous FAP II Mod Term:
|
|
441
|
+
- Alias1 Previous FAP II Mod Term
|
|
442
|
+
- Alias2 Previous FAP II Mod Term
|
|
443
|
+
Previous FAP II Mod Payment:
|
|
444
|
+
- Alias1 Previous FAP II Mod Payment
|
|
445
|
+
- Alias2 Previous FAP II Mod Payment
|
|
446
|
+
Previous FAP II Mod Interest Rate:
|
|
447
|
+
- Alias1 Previous FAP II Mod Interest Rate
|
|
448
|
+
- Alias2 Previous FAP II Mod Interest Rate
|
|
449
|
+
Previous FAP II Mod Total Income:
|
|
450
|
+
- Alias1 Previous FAP II Mod Total Income
|
|
451
|
+
- Alias2 Previous FAP II Mod Total Income
|
|
452
|
+
Previous FAP II Mod DTI:
|
|
453
|
+
- Alias1 Previous FAP II Mod DTI
|
|
454
|
+
- Alias2 Previous FAP II Mod DTI
|
|
455
|
+
Previous FAP II Mod Disposable Income:
|
|
456
|
+
- Alias1 Previous FAP II Mod Disposable Income
|
|
457
|
+
- Alias2 Previous FAP II Mod Disposable Income
|
|
458
|
+
PCO Value:
|
|
459
|
+
- Alias1 PCO Value
|
|
460
|
+
- Alias2 PCO Value
|
|
461
|
+
CIT 314 Flag:
|
|
462
|
+
- Alias1 CIT 314 Flag
|
|
463
|
+
- Alias2 CIT 314 Flag
|
|
464
|
+
Vendor Code:
|
|
465
|
+
- Alias1 Vendor Code
|
|
466
|
+
- Alias2 Vendor Code
|
|
467
|
+
CIT 690 Flag:
|
|
468
|
+
- Alias1 CIT 690 Flag
|
|
469
|
+
- Alias2 CIT 690 Flag
|
|
470
|
+
Interest Method Type:
|
|
471
|
+
- Alias1 Interest Method Type
|
|
472
|
+
- Alias2 Interest Method Type
|
|
473
|
+
Pool ID:
|
|
474
|
+
- Alias1 Pool ID
|
|
475
|
+
- Alias2 Pool ID
|
|
476
|
+
Securitized Indicator:
|
|
477
|
+
- Alias1 Securitized Indicator
|
|
478
|
+
- Alias2 Securitized Indicator
|
|
479
|
+
Second Review-Approval:
|
|
480
|
+
- Alias1 Second Review-Approval
|
|
481
|
+
- Alias2 Second Review-Approval
|
|
482
|
+
Second Review-Decline:
|
|
483
|
+
- Alias1 Second Review-Decline
|
|
484
|
+
- Alias2 Second Review-Decline
|
|
485
|
+
Second Review Override Code(s) (separated w/comma or space):
|
|
486
|
+
- Alias1 Second Review Override Code(s) (separated w/comma or space)
|
|
487
|
+
- Alias2 Second Review Override Code(s) (separated w/comma or space)
|
|
488
|
+
Second Review-Comment:
|
|
489
|
+
- Alias1 Second Review-Comment
|
|
490
|
+
- Alias2 Second Review-Comment
|
|
491
|
+
Second Review-Pending Docs:
|
|
492
|
+
- Alias1 Second Review-Pending Docs
|
|
493
|
+
- Alias2 Second Review-Pending Docs
|
|
494
|
+
Manual Decline Validation:
|
|
495
|
+
- Alias1 Manual Decline Validation
|
|
496
|
+
- Alias2 Manual Decline Validation
|
|
497
|
+
Second Review-Pending Mod:
|
|
498
|
+
- Alias1 Second Review-Pending Mod
|
|
499
|
+
- Alias2 Second Review-Pending Mod
|
|
500
|
+
Second Review-Mod Agreement Received Date:
|
|
501
|
+
- Alias1 Second Review-Mod Agreement Received Date
|
|
502
|
+
- Alias2 Second Review-Mod Agreement Received Date
|
|
503
|
+
Appeal Hard Decline-Review Completed:
|
|
504
|
+
- Alias1 Appeal Hard Decline-Review Completed
|
|
505
|
+
- Alias2 Appeal Hard Decline-Review Completed
|
|
506
|
+
Appeal Customer Input-Review Completed:
|
|
507
|
+
- Alias1 Appeal Customer Input-Review Completed
|
|
508
|
+
- Alias2 Appeal Customer Input-Review Completed
|
|
509
|
+
Appeal Decision Expiration Date:
|
|
510
|
+
- Alias1 Appeal Decision Expiration Date
|
|
511
|
+
- Alias2 Appeal Decision Expiration Date
|
|
512
|
+
Appeal UW Review And Prescreen:
|
|
513
|
+
- Alias1 Appeal UW Review And Prescreen
|
|
514
|
+
- Alias2 Appeal UW Review And Prescreen
|
|
515
|
+
Borrower Sending Docs:
|
|
516
|
+
- Alias1 Borrower Sending Docs
|
|
517
|
+
- Alias2 Borrower Sending Docs
|
|
518
|
+
Appeal Income Verified:
|
|
519
|
+
- Alias1 Appeal Income Verified
|
|
520
|
+
- Alias2 Appeal Income Verified
|
|
521
|
+
Borrower Stated Property Value:
|
|
522
|
+
- Alias1 Borrower Stated Property Value
|
|
523
|
+
- Alias2 Borrower Stated Property Value
|
|
524
|
+
Appeal Appraisal Required:
|
|
525
|
+
- Alias1 Appeal Appraisal Required
|
|
526
|
+
- Alias2 Appeal Appraisal Required
|
|
527
|
+
Appraisal Funds Expiration Date:
|
|
528
|
+
- Alias1 Appraisal Funds Expiration Date
|
|
529
|
+
- Alias2 Appraisal Funds Expiration Date
|
|
530
|
+
Stage 227 Task Completed:
|
|
531
|
+
- Alias1 Stage 227 Task Completed
|
|
532
|
+
- Alias2 Stage 227 Task Completed
|
|
533
|
+
Stage 228 Entry Date:
|
|
534
|
+
- Alias1 Stage 228 Entry Date
|
|
535
|
+
- Alias2 Stage 228 Entry Date
|
|
536
|
+
CIT 73 Flag:
|
|
537
|
+
- Alias1 CIT 73 Flag
|
|
538
|
+
- Alias2 CIT 73 Flag
|
|
539
|
+
Income 1:
|
|
540
|
+
- Alias1 Income 1
|
|
541
|
+
- Alias2 Income 1
|
|
542
|
+
Appeal 2nd Review-Approval:
|
|
543
|
+
- Alias1 Appeal 2nd Review-Approval
|
|
544
|
+
- Alias2 Appeal 2nd Review-Approval
|
|
545
|
+
Appeal 2nd Review-Decline:
|
|
546
|
+
- Alias1 Appeal 2nd Review-Decline
|
|
547
|
+
- Alias2 Appeal 2nd Review-Decline
|
|
548
|
+
Appeal 2nd Review-Override Code(s) (separated w/comma or space):
|
|
549
|
+
- Alias1 Appeal 2nd Review-Override Code(s) (separated w/comma or space)
|
|
550
|
+
- Alias2 Appeal 2nd Review-Override Code(s) (separated w/comma or space)
|
|
551
|
+
Appeal 2nd Review-Comment:
|
|
552
|
+
- Alias1 Appeal 2nd Review-Comment
|
|
553
|
+
- Alias2 Appeal 2nd Review-Comment
|
|
554
|
+
Appeal 2nd Review-Pending Docs:
|
|
555
|
+
- Alias1 Appeal 2nd Review-Pending Docs
|
|
556
|
+
- Alias2 Appeal 2nd Review-Pending Docs
|
|
557
|
+
Stage 325 Task Completed:
|
|
558
|
+
- Alias1 Stage 325 Task Completed
|
|
559
|
+
- Alias2 Stage 325 Task Completed
|
|
560
|
+
Appraisal Funds Received 2nd Review:
|
|
561
|
+
- Alias1 Appraisal Funds Received 2nd Review
|
|
562
|
+
- Alias2 Appraisal Funds Received 2nd Review
|
|
563
|
+
Stage 330 Task Completed:
|
|
564
|
+
- Alias1 Stage 330 Task Completed
|
|
565
|
+
- Alias2 Stage 330 Task Completed
|
|
566
|
+
Hide Messages:
|
|
567
|
+
- Alias1 Hide Messages
|
|
568
|
+
- Alias2 Hide Messages
|
|
569
|
+
'DBG: No Input Validation':
|
|
570
|
+
- 'Alias1 DBG: No Input Validation'
|
|
571
|
+
- 'Alias2 DBG: No Input Validation'
|
|
572
|
+
Debug:
|
|
573
|
+
- Alias1 Debug
|
|
574
|
+
- Alias2 Debug
|
|
575
|
+
'DBG: No Task Validation':
|
|
576
|
+
- 'Alias1 DBG: No Task Validation'
|
|
577
|
+
- 'Alias2 DBG: No Task Validation'
|
|
578
|
+
'DBG: Flags':
|
|
579
|
+
- 'Alias1 DBG: Flags'
|
|
580
|
+
- 'Alias2 DBG: Flags'
|
|
581
|
+
'DBG: NPV Flags':
|
|
582
|
+
- 'Alias1 DBG: NPV Flags'
|
|
583
|
+
- 'Alias2 DBG: NPV Flags'
|
|
584
|
+
'DBG: Prevent Stage Change':
|
|
585
|
+
- 'Alias1 DBG: Prevent Stage Change'
|
|
586
|
+
- 'Alias2 DBG: Prevent Stage Change'
|
|
587
|
+
Application Channel:
|
|
588
|
+
- Alias1 Application Channel
|
|
589
|
+
- Alias2 Application Channel
|
|
590
|
+
Stage History Tracking:
|
|
591
|
+
- Alias1 Stage History Tracking
|
|
592
|
+
- Alias2 Stage History Tracking
|
|
593
|
+
Has Appealed Indicator:
|
|
594
|
+
- Alias1 Has Appealed Indicator
|
|
595
|
+
- Alias2 Has Appealed Indicator
|
|
596
|
+
Complete Package Received Date:
|
|
597
|
+
- Alias1 Complete Package Received Date
|
|
598
|
+
- Alias2 Complete Package Received Date
|
|
599
|
+
Stage Alias:
|
|
600
|
+
- Alias1 Stage Alias
|
|
601
|
+
- Alias2 Stage Alias
|
|
602
|
+
Status Code 4:
|
|
603
|
+
- Alias1 Status Code 4
|
|
604
|
+
- Alias2 Status Code 4
|
|
605
|
+
Trial Period End Date:
|
|
606
|
+
- Alias1 Trial Period End Date
|
|
607
|
+
- Alias2 Trial Period End Date
|
|
608
|
+
Has Entered 93 Once:
|
|
609
|
+
- Alias1 Has Entered 93 Once
|
|
610
|
+
- Alias2 Has Entered 93 Once
|
|
611
|
+
Trial Start Date Override:
|
|
612
|
+
- Alias1 Trial Start Date Override
|
|
613
|
+
- Alias2 Trial Start Date Override
|