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.
Files changed (45) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +22 -0
  3. data/.pryrc +8 -0
  4. data/.rspec +2 -0
  5. data/.travis.yml +3 -0
  6. data/Gemfile +12 -0
  7. data/Gemfile.lock +134 -0
  8. data/Guardfile +11 -0
  9. data/LICENSE +22 -0
  10. data/README.md +42 -0
  11. data/Rakefile +116 -0
  12. data/ams_layout.gemspec +32 -0
  13. data/bin/ams_layout +10 -0
  14. data/lib/ams_layout/browser_loader.rb +99 -0
  15. data/lib/ams_layout/cli/config.rb +250 -0
  16. data/lib/ams_layout/cli/generate.rb +145 -0
  17. data/lib/ams_layout/cli.rb +29 -0
  18. data/lib/ams_layout/client.rb +190 -0
  19. data/lib/ams_layout/core_ext/string.rb +30 -0
  20. data/lib/ams_layout/core_ext.rb +11 -0
  21. data/lib/ams_layout/delegate_writer.rb +348 -0
  22. data/lib/ams_layout/pages/login_page.rb +69 -0
  23. data/lib/ams_layout/pages/prequal_detail.rb +26 -0
  24. data/lib/ams_layout/pages.rb +36 -0
  25. data/lib/ams_layout/parser.rb +137 -0
  26. data/lib/ams_layout/version.rb +3 -0
  27. data/lib/ams_layout/writer.rb +124 -0
  28. data/lib/ams_layout.rb +198 -0
  29. data/spec/data/layout-small.yml +25 -0
  30. data/spec/data/layout-small.yml.aliases +22 -0
  31. data/spec/data/layout.yml +652 -0
  32. data/spec/data/layout.yml.aliases +613 -0
  33. data/spec/lib/ams_layout/ams_layout_spec.rb +7 -0
  34. data/spec/lib/ams_layout/cli/config_spec.rb +471 -0
  35. data/spec/lib/ams_layout/cli/generate_spec.rb +188 -0
  36. data/spec/lib/ams_layout/cli_spec.rb +35 -0
  37. data/spec/lib/ams_layout/client_spec.rb +93 -0
  38. data/spec/lib/ams_layout/delegate_writer_spec.rb +80 -0
  39. data/spec/lib/ams_layout/writer_spec.rb +64 -0
  40. data/spec/spec_helper.rb +7 -0
  41. data/spec/spec_helper_spec.rb +27 -0
  42. data/spec/support/asserts.rb +13 -0
  43. data/spec/support/dirs.rb +45 -0
  44. data/spec/support/helpers.rb +46 -0
  45. metadata +231 -0
@@ -0,0 +1,652 @@
1
+ ---
2
+ BORROWER INFO:
3
+ - :label: Borrower Name
4
+ :id: ctl00_ContentPlaceHolder1_txtBorrowerFirstName
5
+ :type: text
6
+ - :label: Borrower SSN
7
+ :id: ctl00_ContentPlaceHolder1_ssnBorrowerSSN
8
+ :type: text
9
+ - :label: Borrower Date of Birth
10
+ :id: ctl00_ContentPlaceHolder1_caBorrowerDOB
11
+ :type: text
12
+ - :label: Income Type
13
+ :id: ctl00_ContentPlaceHolder1_ddlBorrowerCurrentEmployment
14
+ :type: select
15
+ - :label: Borrower Current FICO
16
+ :id: ctl00_ContentPlaceHolder1_nuBorrowerCurrentFICO_txtCurrency
17
+ :type: text
18
+ - :label: Bankruptcy Status
19
+ :id: ctl00_ContentPlaceHolder1_ddlBankruptcyStatus
20
+ :type: select
21
+ CO-BORROWER INFO:
22
+ - :label: Co-Borrower Name
23
+ :id: ctl00_ContentPlaceHolder1_txtCoBorrowerFirstName
24
+ :type: text
25
+ - :label: Co-Borrower SSN
26
+ :id: ctl00_ContentPlaceHolder1_ssnCoBorrowerSSN
27
+ :type: text
28
+ - :label: Co-Borrower Date of Birth
29
+ :id: ctl00_ContentPlaceHolder1_caCoBorrowerDOB
30
+ :type: text
31
+ - :label: CoBorrower Income Type
32
+ :id: ctl00_ContentPlaceHolder1_ddlCoBorrowerCurrentEmployment
33
+ :type: select
34
+ PROPERTY INFO:
35
+ - :label: Property Address
36
+ :id: ctl00_ContentPlaceHolder1_txtPropertyStreetName
37
+ :type: text
38
+ - :label: Property City
39
+ :id: ctl00_ContentPlaceHolder1_txtPropertyCity
40
+ :type: text
41
+ - :label: Property State
42
+ :id: ctl00_ContentPlaceHolder1_ddlStateoftheSubjectProperty
43
+ :type: select
44
+ - :label: Property Zip
45
+ :id: ctl00_ContentPlaceHolder1_zipPropertyZip_txtPostalCode
46
+ :type: text
47
+ - :label: Number of Units
48
+ :id: ctl00_ContentPlaceHolder1_nuPropertyNumberofUnits_txtCurrency
49
+ :type: text
50
+ - :label: Owner Occupied
51
+ :id: ctl00_ContentPlaceHolder1_ddlPropertyOccupancyStatusCode
52
+ :type: select
53
+ - :label: Property Type
54
+ :id: ctl00_ContentPlaceHolder1_ddlPropertyType
55
+ :type: select
56
+ - :label: Property Loss Status
57
+ :id: ctl00_ContentPlaceHolder1_txtPropertyLossStatus
58
+ :type: text
59
+ - :label: BPO Property Valuation - Method
60
+ :id: ctl00_ContentPlaceHolder1_ddlPropertyValuationMethod
61
+ :type: select
62
+ - :label: BPO Property Valuation - Date
63
+ :id: ctl00_ContentPlaceHolder1_caPropertyValuationDate
64
+ :type: text
65
+ - :label: BPO Property Valuation - As-Is Value
66
+ :id: ctl00_ContentPlaceHolder1_cnPropertyValuationAsIsValue_txtCurrency
67
+ :type: text
68
+ - :label: Property Condition
69
+ :id: ctl00_ContentPlaceHolder1_ddlPropertyCondition
70
+ :type: select
71
+ - :label: Appraisal Property Valuation Method
72
+ :id: ctl00_ContentPlaceHolder1_ddlAppealPropertyValuationType
73
+ :type: select
74
+ - :label: Appraisal Property Valuation Date
75
+ :id: ctl00_ContentPlaceHolder1_caAppealPropertyValuationDate
76
+ :type: text
77
+ - :label: Appraisal Property Valuation As-Is Value
78
+ :id: ctl00_ContentPlaceHolder1_cnAppealPropertyValuationAsIs_txtCurrency
79
+ :type: text
80
+ - :label: Appraisal Vendor Code
81
+ :id: ctl00_ContentPlaceHolder1_txtAppealVendorCode
82
+ :type: text
83
+ HARDSHIP INFO:
84
+ - :label: Hardship Reason
85
+ :id: ctl00_ContentPlaceHolder1_ddlReasonforDefault
86
+ :type: select
87
+ - :label: Occupancy Status
88
+ :id: ctl00_ContentPlaceHolder1_ddlBorrowerIntent
89
+ :type: select
90
+ - :label: Delinquent Counselor Code
91
+ :id: ctl00_ContentPlaceHolder1_txtDelinquentCounselorCode
92
+ :type: text
93
+ - :label: Agency Type
94
+ :id: ctl00_ContentPlaceHolder1_txtAgencyType
95
+ :type: text
96
+ - :label: FFIEC
97
+ :id: ctl00_ContentPlaceHolder1_chkFFIEC
98
+ :type: checkbox
99
+ - :label: Pending Service Release
100
+ :id: ctl00_ContentPlaceHolder1_chkPendingServiceRelease
101
+ :type: checkbox
102
+ - :label: Account in Litigation
103
+ :id: ctl00_ContentPlaceHolder1_ddlAccountLigitation
104
+ :type: select
105
+ - :label: Bankruptcy Litigation
106
+ :id: ctl00_ContentPlaceHolder1_chkBankruptcyLitigation
107
+ :type: checkbox
108
+ - :label: Delinquency Status
109
+ :id: ctl00_ContentPlaceHolder1_ddlDelinquencyStatus
110
+ :type: select
111
+ DOCUMENTS:
112
+ - :label: Borrower Commits to Sending Documents by Expiration Date
113
+ :id: ctl00_ContentPlaceHolder1_ddlBorrowerRequiredtoPayDownpayment
114
+ :type: select
115
+ - :label: Income Verified
116
+ :id: ctl00_ContentPlaceHolder1_chkCompletedDocs
117
+ :type: checkbox
118
+ - :label: Documents Received
119
+ :id: ctl00_ContentPlaceHolder1_ddlAllDocumentsReceived
120
+ :type: select
121
+ - :label: Docs Received Date
122
+ :id: ctl00_ContentPlaceHolder1_caDocsReceivedDate
123
+ :type: text
124
+ FORECLOSURE DETAILS:
125
+ - :label: Foreclosure Status
126
+ :id: ctl00_ContentPlaceHolder1_ddlForeclosureStatus
127
+ :type: select
128
+ - :label: Foreclosure Reinstatement Amount
129
+ :id: ctl00_ContentPlaceHolder1_cnReinstatementAmount_txtCurrency
130
+ :type: text
131
+ - :label: Scheduled Foreclosure Sale Date
132
+ :id: ctl00_ContentPlaceHolder1_caForeclosureSaleScheduledDate
133
+ :type: text
134
+ - :label: Anticipated Foreclosure Date
135
+ :id: ctl00_ContentPlaceHolder1_caProjectedForeclosureSaleDate
136
+ :type: text
137
+ ESCROW INFO:
138
+ - :label: Has Escrow Account
139
+ :id: ctl00_ContentPlaceHolder1_ddlHasEscrowAccount
140
+ :type: select
141
+ - :label: Escrow Shortage for Advances
142
+ :id: ctl00_ContentPlaceHolder1_cnEscrowShortageforAdvances_txtCurrency
143
+ :type: text
144
+ - :label: Current Escrow Balance
145
+ :id: ctl00_ContentPlaceHolder1_cnEscrowBalance_txtCurrency
146
+ :type: text
147
+ - :label: Pending Escrow Change
148
+ :id: ctl00_ContentPlaceHolder1_chkNoOrLowIncome
149
+ :type: checkbox
150
+ - :label: Association Dues/ Fees before modification
151
+ :id: ctl00_ContentPlaceHolder1_cnAssociationDuesFeesbeforemodification_txtCurrency
152
+ :type: text
153
+ - :label: Escrow Complete
154
+ :id: ctl00_ContentPlaceHolder1_chkImminentDefaultFlag
155
+ :type: checkbox
156
+ - :label: Optional Insurance
157
+ :id: ctl00_ContentPlaceHolder1_cnOptionalInsuranceAmount_txtCurrency
158
+ :type: text
159
+ - :label: Capitalized Monthly Escrow Payment
160
+ :id: ctl00_ContentPlaceHolder1_cnEscrowPaymentCapitalized_txtCurrency
161
+ :type: text
162
+ - :label: Monthly Partial Escrow Payment
163
+ :id: ctl00_ContentPlaceHolder1_cnEscrowPaymentPartial_txtCurrency
164
+ :type: text
165
+ - :label: Non-Capitalized Monthly Escrow Payment
166
+ :id: ctl00_ContentPlaceHolder1_cnEscrowPaymentNotCapitalized_txtCurrency
167
+ :type: text
168
+ - :label: Monthly Ancillary Fee Payment for Taxes and Insurance
169
+ :id: ctl00_ContentPlaceHolder1_cnAncillaryAmount_txtCurrency
170
+ :type: text
171
+ CORPORATE ADVANCES:
172
+ - :label: Corporate Advances for DQ Taxes
173
+ :id: ctl00_ContentPlaceHolder1_cnCorporateAdvancesforDQTaxes_txtCurrency
174
+ :type: text
175
+ - :label: Corporate Advances for Forced Placed Insurance
176
+ :id: ctl00_ContentPlaceHolder1_cnCorporateAdvancesforForcedPlacedInsurance_txtCurrency
177
+ :type: text
178
+ - :label: Corporate Advances Non Tax Non Insurance
179
+ :id: ctl00_ContentPlaceHolder1_cnCorporateAdvancesNonTaxNonInsurance_txtCurrency
180
+ :type: text
181
+ - :label: Past Due Payments and Fees
182
+ :id: ctl00_ContentPlaceHolder1_cnPastDuePaymentsandFees_txtCurrency
183
+ :type: text
184
+ - :label: Delinquent Taxes
185
+ :id: ctl00_ContentPlaceHolder1_cnUpcomingTaxAdvances_txtCurrency
186
+ :type: text
187
+ - :label: Delinquent Insurance
188
+ :id: ctl00_ContentPlaceHolder1_cnDQFEES_txtCurrency
189
+ :type: text
190
+ - :label: Servicing Advances
191
+ :id: ctl00_ContentPlaceHolder1_cnServicingAdvances_txtCurrency
192
+ :type: text
193
+ MODIFICATION AGREEMENT:
194
+ - :label: Mod Agreement Expiration Date
195
+ :id: ctl00_ContentPlaceHolder1_caModAgreementExpirationDate
196
+ :type: text
197
+ - :label: Mod Agreement Received Date
198
+ :id: ctl00_ContentPlaceHolder1_caAgreementReceivedDate
199
+ :type: text
200
+ - :label: Mod Agreement Validated
201
+ :id: ctl00_ContentPlaceHolder1_ddlModAgreementValidated
202
+ :type: select
203
+ - :label: Resent Mod Agreement Expiration Date
204
+ :id: ctl00_ContentPlaceHolder1_caResentModAgreementExpirationDate
205
+ :type: text
206
+ - :label: Resent Mod Agreement Received Date
207
+ :id: ctl00_ContentPlaceHolder1_caResentModAgreementReceivedDate
208
+ :type: text
209
+ CUSTOMER WITHDRAWAL:
210
+ - :label: Customer Requested Withdrawal
211
+ :id: ctl00_ContentPlaceHolder1_ddlHMDADenialReason
212
+ :type: select
213
+ APPEALS & APPEAL DOCUMENTS:
214
+ - :label: Appeal Reason
215
+ :id: ctl00_ContentPlaceHolder1_ddlAppealReason
216
+ :type: select
217
+ - :label: Appeal Docs Expiration Date
218
+ :id: ctl00_ContentPlaceHolder1_caAppealDocsExpirationDate
219
+ :type: text
220
+ - :label: Appeal Docs Received
221
+ :id: ctl00_ContentPlaceHolder1_ddlAppealDocsReceived
222
+ :type: select
223
+ - :label: Appeal Docs Received Date
224
+ :id: ctl00_ContentPlaceHolder1_caAppealDocsReceivedDate
225
+ :type: text
226
+ - :label: Appeal Expiration Date
227
+ :id: ctl00_ContentPlaceHolder1_caAppealValueDocsExpirationDate
228
+ :type: text
229
+ OVERRIDE REQUEST (User):
230
+ - :label: Reconsideration Reason
231
+ :id: ctl00_ContentPlaceHolder1_ddlReconsiderationReason
232
+ :type: select
233
+ - :label: Reconsideration/Decline Comments
234
+ :id: ctl00_ContentPlaceHolder1_txtTextArea2
235
+ :type: textarea
236
+ OVERRIDES (Managment):
237
+ - :label: Counter Type
238
+ :id: ctl00_ContentPlaceHolder1_ddlCounterType
239
+ :type: select
240
+ MANAGER BY-PASS EXCEPTIONS:
241
+ - :label: Approval
242
+ :id: ctl00_ContentPlaceHolder1_chkApproval
243
+ :type: checkbox
244
+ - :label: Manual Decline
245
+ :id: ctl00_ContentPlaceHolder1_chkDeclineApproval
246
+ :type: checkbox
247
+ - :label: Adverse Action Code(s) (separated w/comma or space)
248
+ :id: ctl00_ContentPlaceHolder1_txtDenialReasonCounterOffer
249
+ :type: text
250
+ - :label: Manual Decline Reason Codes (separated w/comma or space)
251
+ :id: ctl00_ContentPlaceHolder1_txtDeclineCode
252
+ :type: text
253
+ - :label: Manager By-Pass Reason
254
+ :id: ctl00_ContentPlaceHolder1_txtTextArea1
255
+ :type: textarea
256
+ - :label: Manual Decline Comments
257
+ :id: ctl00_ContentPlaceHolder1_txtTextArea301
258
+ :type: textarea
259
+ RATE/TERM EXCEPTION:
260
+ - :label: Rate Term Exception Reason
261
+ :id: ctl00_ContentPlaceHolder1_ddlRateTermExceptionReason
262
+ :type: select
263
+ - :label: Exception Mod Rate
264
+ :id: ctl00_ContentPlaceHolder1_cnInterestRateAfterModification_txtCurrency
265
+ :type: text
266
+ - :label: Exception Mod Term
267
+ :id: ctl00_ContentPlaceHolder1_nuCSPAmortizationTermAfterModification_txtCurrency
268
+ :type: text
269
+ DOCUMENT EXCEPTIONS:
270
+ - :label: Document Exception Reason
271
+ :id: ctl00_ContentPlaceHolder1_ddlDocumentExceptionReason
272
+ :type: select
273
+ - :label: Exception Document Expiration Date
274
+ :id: ctl00_ContentPlaceHolder1_caDocumentExpirationDate
275
+ :type: text
276
+ LOAN INFO:
277
+ - :label: Lien Position
278
+ :id: ctl00_ContentPlaceHolder1_ddlFirstLienIndicator
279
+ :type: select
280
+ - :label: Platform
281
+ :id: ctl00_ContentPlaceHolder1_txtServicingSystem
282
+ :type: text
283
+ - :label: Investor Code
284
+ :id: ctl00_ContentPlaceHolder1_txtInvestorCode
285
+ :type: text
286
+ - :label: Product Type
287
+ :id: ctl00_ContentPlaceHolder1_ddlMortgageType
288
+ :type: select
289
+ - :label: Prepay Flag
290
+ :id: ctl00_ContentPlaceHolder1_chkPrepayFlag
291
+ :type: checkbox
292
+ - :label: Due Day
293
+ :id: ctl00_ContentPlaceHolder1_nuCurrentPaymentDueDay_txtCurrency
294
+ :type: text
295
+ - :label: IO Indicator
296
+ :id: ctl00_ContentPlaceHolder1_chkIOIndicator
297
+ :type: checkbox
298
+ - :label: GSE Loan Number
299
+ :id: ctl00_ContentPlaceHolder1_txtGSELoanNumber
300
+ :type: text
301
+ - :label: PMI Insurance
302
+ :id: ctl00_ContentPlaceHolder1_chkPMIInsurance
303
+ :type: checkbox
304
+ - :label: Original Amortization
305
+ :id: ctl00_ContentPlaceHolder1_ddlProductbeforeModification
306
+ :type: select
307
+ - :label: Current Unpaid Balance
308
+ :id: ctl00_ContentPlaceHolder1_cnCurrentUnpaidBalance_txtCurrency
309
+ :type: text
310
+ - :label: DQ PI Payment
311
+ :id: ctl00_ContentPlaceHolder1_cnDQPIPayment_txtCurrency
312
+ :type: text
313
+ - :label: Current Interest Rate
314
+ :id: ctl00_ContentPlaceHolder1_cnCurrentInterestRate_txtCurrency
315
+ :type: text
316
+ - :label: Current Monthly Payment
317
+ :id: ctl00_ContentPlaceHolder1_cnCurrentMonthlyPayment_txtCurrency
318
+ :type: text
319
+ - :label: Current Principal Payment
320
+ :id: ctl00_ContentPlaceHolder1_cnCurrentPrincipalPayment_txtCurrency
321
+ :type: text
322
+ - :label: Current Interest Payment
323
+ :id: ctl00_ContentPlaceHolder1_cnCurrentIOPayment_txtCurrency
324
+ :type: text
325
+ - :label: Principal Forbearance Amount
326
+ :id: ctl00_ContentPlaceHolder1_cnPrincipalForbearanceAmount_txtCurrency
327
+ :type: text
328
+ - :label: Deferred Interest
329
+ :id: ctl00_ContentPlaceHolder1_cnPreviousModificationDeferredInterest_txtCurrency
330
+ :type: text
331
+ - :label: HELOC Loan Alert
332
+ :id: ctl00_ContentPlaceHolder1_txtCreditType
333
+ :type: text
334
+ - :label: Monthly Escrow Amount
335
+ :id: ctl00_ContentPlaceHolder1_cnMonthlyEscrowPayment_txtCurrency
336
+ :type: text
337
+ - :label: Remaining Original Term
338
+ :id: ctl00_ContentPlaceHolder1_nuRemainingOriginalTerm_txtCurrency
339
+ :type: text
340
+ - :label: Suspense Amount
341
+ :id: ctl00_ContentPlaceHolder1_cnSuspenseAmount_txtCurrency
342
+ :type: text
343
+ - :label: Payright Rewards Flag
344
+ :id: ctl00_ContentPlaceHolder1_chkPayrightRewardsFlag
345
+ :type: checkbox
346
+ - :label: Pure Interest Rate
347
+ :id: ctl00_ContentPlaceHolder1_cnContractualInterestRate_txtCurrency
348
+ :type: text
349
+ - :label: Is Personal Home Loan
350
+ :id: ctl00_ContentPlaceHolder1_chkIsPersonalHomeLoan
351
+ :type: checkbox
352
+ - :label: Pure PI Payment
353
+ :id: ctl00_ContentPlaceHolder1_cnContractualPIPayment_txtCurrency
354
+ :type: text
355
+ - :label: Is Principal Write Down
356
+ :id: ctl00_ContentPlaceHolder1_chkIsPrincipalWriteDown
357
+ :type: checkbox
358
+ - :label: Close Code
359
+ :id: ctl00_ContentPlaceHolder1_ddlInternalStatusCode
360
+ :type: select
361
+ ORIGINAL LOAN TERMS:
362
+ - :label: Origination Date
363
+ :id: ctl00_ContentPlaceHolder1_caNoteDate
364
+ :type: text
365
+ - :label: Current Maturity Date
366
+ :id: ctl00_ContentPlaceHolder1_caMaturityDate
367
+ :type: text
368
+ - :label: Original Property Value
369
+ :id: ctl00_ContentPlaceHolder1_cnOriginationPropertyValue_txtCurrency
370
+ :type: text
371
+ - :label: Original Loan Term
372
+ :id: ctl00_ContentPlaceHolder1_nuTermMonths_txtCurrency
373
+ :type: text
374
+ - :label: Original LTV
375
+ :id: ctl00_ContentPlaceHolder1_cnLTVAtOrigination_txtCurrency
376
+ :type: text
377
+ - :label: Origination Front-End DTI
378
+ :id: ctl00_ContentPlaceHolder1_cnOriginationFrontEndRatio_txtCurrency
379
+ :type: text
380
+ - :label: Investment Property At Origination
381
+ :id: ctl00_ContentPlaceHolder1_chkInvestmentPropertyAtOrigination
382
+ :type: checkbox
383
+ - :label: Gross Disposable Income at Origination
384
+ :id: ctl00_ContentPlaceHolder1_cnGrossDisposableIncomeatOrigination_txtCurrency
385
+ :type: text
386
+ ARM / BALLOON INFO:
387
+ - :label: First ARM Reset Date
388
+ :id: ctl00_ContentPlaceHolder1_caFirstRateResetDate
389
+ :type: text
390
+ - :label: Current Next Rate Reset Date
391
+ :id: ctl00_ContentPlaceHolder1_caCurrentNextRateResetDate
392
+ :type: text
393
+ - :label: Min ARM Adjustment
394
+ :id: ctl00_ContentPlaceHolder1_cnMinARMAdjustment_txtCurrency
395
+ :type: text
396
+ - :label: Max ARM Adjustment
397
+ :id: ctl00_ContentPlaceHolder1_cnMaxARMAdjustment_txtCurrency
398
+ :type: text
399
+ - :label: ARM Floor
400
+ :id: ctl00_ContentPlaceHolder1_cnARMFloor_txtCurrency
401
+ :type: text
402
+ - :label: ARM Ceiling
403
+ :id: ctl00_ContentPlaceHolder1_cnARMCeiling_txtCurrency
404
+ :type: text
405
+ - :label: Balloon Payment Due Date
406
+ :id: ctl00_ContentPlaceHolder1_caBalloonPaymentDueDate
407
+ :type: text
408
+ - :label: Note Reset Rate
409
+ :id: ctl00_ContentPlaceHolder1_cnNoteResetRate_txtCurrency
410
+ :type: text
411
+ FAP II PREVIOUS TRIALS:
412
+ - :label: Failed Trial Counter-Payments
413
+ :id: ctl00_ContentPlaceHolder1_nuPreviousModCategory1FailedTrialPmtsCount_txtCurrency
414
+ :type: text
415
+ - :label: Failed Trial Counter-Mod Agreement Not Recd
416
+ :id: ctl00_ContentPlaceHolder1_nuPreviousModCategory1FailedTrialDocNotSentCount_txtCurrency
417
+ :type: text
418
+ FAP II PREVIOUS MODS:
419
+ - :label: Number of FAP II Mods Activated
420
+ :id: ctl00_ContentPlaceHolder1_nuPreviousModCategory1ActivatedCount_txtCurrency
421
+ :type: text
422
+ - :label: FAP II Previous 6 Payment Mod
423
+ :id: ctl00_ContentPlaceHolder1_caPreviousModCategory2ActivatedDate
424
+ :type: text
425
+ - :label: Previous FAP II Mod Failed Count
426
+ :id: ctl00_ContentPlaceHolder1_nuPreviousModCategory1FailedCount_txtCurrency
427
+ :type: text
428
+ - :label: Previous Foreclosure Mod Approval Date
429
+ :id: ctl00_ContentPlaceHolder1_caCategory1ModApprovalDate
430
+ :type: text
431
+ - :label: Total FIM Restructures Previous 60 Months
432
+ :id: ctl00_ContentPlaceHolder1_nuModsLast60MonthsCount_txtCurrency
433
+ :type: text
434
+ - :label: Mod Count
435
+ :id: ctl00_ContentPlaceHolder1_nuModsCount_txtCurrency
436
+ :type: text
437
+ - :label: FIM Modifications
438
+ :id: ctl00_ContentPlaceHolder1_nuPreviousModCategory2ModificationCount_txtCurrency
439
+ :type: text
440
+ - :label: Date of last FIM Modification
441
+ :id: ctl00_ContentPlaceHolder1_caDateofLastMod
442
+ :type: text
443
+ - :label: FIM Re-ages
444
+ :id: ctl00_ContentPlaceHolder1_nuPreviousModCategory2CollectionReageCount_txtCurrency
445
+ :type: text
446
+ - :label: Date of last FIM Re-age
447
+ :id: ctl00_ContentPlaceHolder1_caDateofLastRestructure
448
+ :type: text
449
+ - :label: MN Re-ages
450
+ :id: ctl00_ContentPlaceHolder1_nuPreviousModCategory2ModificationReageCount_txtCurrency
451
+ :type: text
452
+ - :label: Currently on Active Mod
453
+ :id: ctl00_ContentPlaceHolder1_chkCurrentlyonActiveMod
454
+ :type: checkbox
455
+ - :label: Previous FAP II Mod Forbearance Amount
456
+ :id: ctl00_ContentPlaceHolder1_cnPreviousModificationForbearanceAmount_txtCurrency
457
+ :type: text
458
+ - :label: Current Modification Term
459
+ :id: ctl00_ContentPlaceHolder1_nuPreviousModCategory2Term_txtCurrency
460
+ :type: text
461
+ - :label: Previous FAP II Mod Term
462
+ :id: ctl00_ContentPlaceHolder1_nuPreviousModCategory1Term_txtCurrency
463
+ :type: text
464
+ - :label: Previous FAP II Mod Payment
465
+ :id: ctl00_ContentPlaceHolder1_cnPreviousModCategory1Payment_txtCurrency
466
+ :type: text
467
+ - :label: Previous FAP II Mod Interest Rate
468
+ :id: ctl00_ContentPlaceHolder1_cnPreviousModCategory1InterestRate_txtCurrency
469
+ :type: text
470
+ - :label: Previous FAP II Mod Total Income
471
+ :id: ctl00_ContentPlaceHolder1_cnPreviousModCategory1TotalIncome_txtCurrency
472
+ :type: text
473
+ - :label: Previous FAP II Mod DTI
474
+ :id: ctl00_ContentPlaceHolder1_cnPreviousModDTI_txtCurrency
475
+ :type: text
476
+ - :label: Previous FAP II Mod Disposable Income
477
+ :id: ctl00_ContentPlaceHolder1_cnPreviousModCategory1DisposableIncome_txtCurrency
478
+ :type: text
479
+ PWD Testing:
480
+ - :label: PCO Value
481
+ :id: ctl00_ContentPlaceHolder1_cnPCOValue_txtCurrency
482
+ :type: text
483
+ - :label: CIT 314 Flag
484
+ :id: ctl00_ContentPlaceHolder1_txtStatusCode1
485
+ :type: text
486
+ - :label: Vendor Code
487
+ :id: ctl00_ContentPlaceHolder1_txtVendorCode
488
+ :type: text
489
+ - :label: CIT 690 Flag
490
+ :id: ctl00_ContentPlaceHolder1_txtStatusCode2
491
+ :type: text
492
+ - :label: Interest Method Type
493
+ :id: ctl00_ContentPlaceHolder1_txtInterestMethodType
494
+ :type: text
495
+ - :label: Pool ID
496
+ :id: ctl00_ContentPlaceHolder1_nuPoolID_txtCurrency
497
+ :type: text
498
+ - :label: Securitized Indicator
499
+ :id: ctl00_ContentPlaceHolder1_chkOriginalLoanStandardSecurityInstrument
500
+ :type: checkbox
501
+ "--- Stage 105-2ndReview-Hard Decline":
502
+ - :label: Second Review-Approval
503
+ :id: ctl00_ContentPlaceHolder1_chkReviewApproval
504
+ :type: checkbox
505
+ - :label: Second Review-Decline
506
+ :id: ctl00_ContentPlaceHolder1_chkReviewDecline
507
+ :type: checkbox
508
+ - :label: Second Review Override Code(s) (separated w/comma or space)
509
+ :id: ctl00_ContentPlaceHolder1_txtReviewOverrideCode
510
+ :type: text
511
+ - :label: Second Review-Comment
512
+ :id: ctl00_ContentPlaceHolder1_txtReviewComment
513
+ :type: textarea
514
+ "--- Stage 120-2ndReview-PendingDocs":
515
+ - :label: Second Review-Pending Docs
516
+ :id: ctl00_ContentPlaceHolder1_ddlReviewDocsStatus
517
+ :type: select
518
+ - :label: Manual Decline Validation
519
+ :id: ctl00_ContentPlaceHolder1_ddlHardshipSeverity
520
+ :type: select
521
+ "--- Stage 145-2ndReview-Pending Mod":
522
+ - :label: Second Review-Pending Mod
523
+ :id: ctl00_ContentPlaceHolder1_ddlReviewModDocsStatus
524
+ :type: select
525
+ - :label: Second Review-Mod Agreement Received Date
526
+ :id: ctl00_ContentPlaceHolder1_caReviewModDocsReceivedDate
527
+ :type: text
528
+ "--- Stage 205-Appeal Hard Decline":
529
+ - :label: Appeal Hard Decline-Review Completed
530
+ :id: ctl00_ContentPlaceHolder1_chkAppealReviewCompleted1
531
+ :type: checkbox
532
+ "--- Stage 210-Appeal Customer Input":
533
+ - :label: Appeal Customer Input-Review Completed
534
+ :id: ctl00_ContentPlaceHolder1_chkAppealReviewCompleted2
535
+ :type: checkbox
536
+ "--- Stage 222-Appeal Docs Verification":
537
+ - :label: Appeal Decision Expiration Date
538
+ :id: ctl00_ContentPlaceHolder1_caAppealDecisionExpirationDate
539
+ :type: text
540
+ "--- Stage 225-Appeal UW Review":
541
+ - :label: Appeal UW Review And Prescreen
542
+ :id: ctl00_ContentPlaceHolder1_ddlAppealReviewStatus
543
+ :type: select
544
+ - :label: Borrower Sending Docs
545
+ :id: ctl00_ContentPlaceHolder1_ddlAppealSendingDocs
546
+ :type: select
547
+ - :label: Appeal Income Verified
548
+ :id: ctl00_ContentPlaceHolder1_chkAppealDocsCompleted
549
+ :type: checkbox
550
+ "--- Stage 226-Appeal Preliminary NPV":
551
+ - :label: Borrower Stated Property Value
552
+ :id: ctl00_ContentPlaceHolder1_cnAppealStatedPropertyValue_txtCurrency
553
+ :type: text
554
+ - :label: Appeal Appraisal Required
555
+ :id: ctl00_ContentPlaceHolder1_chkHAMPEligible
556
+ :type: checkbox
557
+ "--- Stage 227-Appeal Funds Received":
558
+ - :label: Appraisal Funds Expiration Date
559
+ :id: ctl00_ContentPlaceHolder1_caBPOValuationDate
560
+ :type: text
561
+ - :label: Stage 227 Task Completed
562
+ :id: ctl00_ContentPlaceHolder1_chkTitleDelayorIssue
563
+ :type: checkbox
564
+ "--- Stage 228-Pending Appraisal":
565
+ - :label: Stage 228 Entry Date
566
+ :id: ctl00_ContentPlaceHolder1_caBorrowerExecutionDate
567
+ :type: text
568
+ - :label: CIT 73 Flag
569
+ :id: ctl00_ContentPlaceHolder1_txtStatusCode3
570
+ :type: text
571
+ "--- Stage 230-Trial Decision":
572
+ - :label: Income 1
573
+ :id: ctl00_ContentPlaceHolder1_cnCurrentMonthlyRent_txtCurrency
574
+ :type: text
575
+ "--- Stage 305-App 2nd Rvw-Hard Decline":
576
+ - :label: Appeal 2nd Review-Approval
577
+ :id: ctl00_ContentPlaceHolder1_chkAppealReviewApproval
578
+ :type: checkbox
579
+ - :label: Appeal 2nd Review-Decline
580
+ :id: ctl00_ContentPlaceHolder1_chkAppealReviewDecline
581
+ :type: checkbox
582
+ - :label: Appeal 2nd Review-Override Code(s) (separated w/comma or space)
583
+ :id: ctl00_ContentPlaceHolder1_txtAppealReviewOverrideCode
584
+ :type: text
585
+ - :label: Appeal 2nd Review-Comment
586
+ :id: ctl00_ContentPlaceHolder1_txtAppealReviewComment
587
+ :type: textarea
588
+ "--- Stage 320-App 2nd Rvw-Pending Docs":
589
+ - :label: Appeal 2nd Review-Pending Docs
590
+ :id: ctl00_ContentPlaceHolder1_ddlAppealReviewDocsStatus
591
+ :type: select
592
+ "--- Stage 325-App 2nd Rvw-UW Review":
593
+ - :label: Stage 325 Task Completed
594
+ :id: ctl00_ContentPlaceHolder1_chkCurrentlyInLoanMod
595
+ :type: checkbox
596
+ "--- Stage 327-App 2nd Rvw IA Funds":
597
+ - :label: Appraisal Funds Received 2nd Review
598
+ :id: ctl00_ContentPlaceHolder1_ddlAppealFundsReceived
599
+ :type: select
600
+ "--- Stage 330-App 2nd Rvw-Trial Period":
601
+ - :label: Stage 330 Task Completed
602
+ :id: ctl00_ContentPlaceHolder1_chkFNMAHomeSaverNote
603
+ :type: checkbox
604
+ DEV INPUTS - Test Use Only:
605
+ - :label: Hide Messages
606
+ :id: ctl00_ContentPlaceHolder1_chkHideMessages
607
+ :type: checkbox
608
+ - :label: 'DBG: No Input Validation'
609
+ :id: ctl00_ContentPlaceHolder1_chkUDFUseValidationScripting1000018
610
+ :type: checkbox
611
+ - :label: Debug
612
+ :id: ctl00_ContentPlaceHolder1_chkUDFDebugCheck11000023
613
+ :type: checkbox
614
+ - :label: 'DBG: No Task Validation'
615
+ :id: ctl00_ContentPlaceHolder1_chkUDFDebugCheck21000023
616
+ :type: checkbox
617
+ - :label: 'DBG: Flags'
618
+ :id: ctl00_ContentPlaceHolder1_txtUDFDebugText11000023
619
+ :type: text
620
+ - :label: 'DBG: NPV Flags'
621
+ :id: ctl00_ContentPlaceHolder1_txtUDFDebugText21000023
622
+ :type: text
623
+ - :label: 'DBG: Prevent Stage Change'
624
+ :id: ctl00_ContentPlaceHolder1_chkUDFDebugCheck31000023
625
+ :type: checkbox
626
+ - :label: Application Channel
627
+ :id: ctl00_ContentPlaceHolder1_txtChannel
628
+ :type: text
629
+ - :label: Stage History Tracking
630
+ :id: ctl00_ContentPlaceHolder1_txtTextArea401
631
+ :type: textarea
632
+ - :label: Has Appealed Indicator
633
+ :id: ctl00_ContentPlaceHolder1_chkLegalDelayorIssue
634
+ :type: checkbox
635
+ - :label: Complete Package Received Date
636
+ :id: ctl00_ContentPlaceHolder1_caCompletePackageReceivedDate
637
+ :type: text
638
+ - :label: Stage Alias
639
+ :id: ctl00_ContentPlaceHolder1_txtStageAlias
640
+ :type: text
641
+ - :label: Status Code 4
642
+ :id: ctl00_ContentPlaceHolder1_txtStatusCode4
643
+ :type: text
644
+ - :label: Trial Period End Date
645
+ :id: ctl00_ContentPlaceHolder1_caIncomeDocReceivedDate
646
+ :type: text
647
+ - :label: Has Entered 93 Once
648
+ :id: ctl00_ContentPlaceHolder1_chkPriorLoanMod
649
+ :type: checkbox
650
+ - :label: Trial Start Date Override
651
+ :id: ctl00_ContentPlaceHolder1_caDatePropertyListed
652
+ :type: text