-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRISK.cs
153 lines (151 loc) · 7.39 KB
/
RISK.cs
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
145
146
147
148
149
150
151
152
153
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace QA_Tools
{
using System;
using System.Collections.Generic;
public partial class RISK
{
public long RISK_ID { get; set; }
public Nullable<int> CORE { get; set; }
public Nullable<int> SystemYear { get; set; }
public string pssn { get; set; }
public string status { get; set; }
public string pmadd { get; set; }
public string pmcity { get; set; }
public string pmstate { get; set; }
public string pmzipcode { get; set; }
public string smadd { get; set; }
public string smcity { get; set; }
public string smstate { get; set; }
public string smzipcode { get; set; }
public string ppadd { get; set; }
public string ppcity { get; set; }
public string ppstate { get; set; }
public string ppzipcode { get; set; }
public string spadd { get; set; }
public string spcity { get; set; }
public string spstate { get; set; }
public string spzipcode { get; set; }
public string piddesc { get; set; }
public string pidnum { get; set; }
public string siddesc { get; set; }
public string sidnum { get; set; }
public string sssn { get; set; }
public string efin { get; set; }
public string fstat { get; set; }
public string pfname { get; set; }
public string plname { get; set; }
public string sfname { get; set; }
public string slname { get; set; }
public string homephonenum { get; set; }
public string workphonenum { get; set; }
public string dateofbirth { get; set; }
public string recordcreatedate { get; set; }
public string recordcreatetime { get; set; }
public string stationid { get; set; }
public string arrerrors0 { get; set; }
public string arrerrors1 { get; set; }
public string arrerrors2 { get; set; }
public string arrerrors3 { get; set; }
public string arrerrors4 { get; set; }
public string arrerrors5 { get; set; }
public string arrerrors6 { get; set; }
public string arrerrors7 { get; set; }
public string arrerrors8 { get; set; }
public string arrerrors9 { get; set; }
public string lastupdatedatetime { get; set; }
public string HRInd0 { get; set; }
public string HRInd1 { get; set; }
public string HRInd2 { get; set; }
public string HRInd3 { get; set; }
public string HRInd4 { get; set; }
public string Lifestyle_DwellType { get; set; }
public Nullable<int> Lifestyle_AssessedAmount { get; set; }
public Nullable<bool> Lifestyle_ApplicantOwned { get; set; }
public Nullable<bool> Lifestyle_FamilyOwned { get; set; }
public Nullable<bool> Lifestyle_OccupantOwned { get; set; }
public Nullable<bool> Lifestyle_NotPrimaryResidence { get; set; }
public string Lifestyle_DateFirstSeen { get; set; }
public string Lifestyle_DateFirstSeen2 { get; set; }
public string Lifestyle_DateFirstSeen3 { get; set; }
public Nullable<int> Lifestyle_NumberNonDerogs { get; set; }
public string Lifestyle_DateLastUpdate { get; set; }
public Nullable<bool> Lifestyle_RecentUpdate { get; set; }
public string Lifestyle_LicenseType { get; set; }
public Nullable<int> Demographic_Age { get; set; }
public Nullable<bool> Demographic_SSNIssued { get; set; }
public string Demographic_LowIssueDate { get; set; }
public string Demographic_HighIssueDate { get; set; }
public Nullable<bool> Demographic_NonUSssn { get; set; }
public string Demographic_SSNIssueState { get; set; }
public string Demographic_SSNFirstSeen { get; set; }
public Nullable<bool> Financial_PhoneFullNameMatch { get; set; }
public Nullable<bool> Financial_PhoneLastNameMatch { get; set; }
public string Financial_NAPStatus { get; set; }
public string Financial_CreditFirstSeen { get; set; }
public Nullable<int> Property_PropertyOwnedTotal { get; set; }
public Nullable<int> Property_PropertyOwnedAssessedTotal { get; set; }
public Nullable<int> Property_PropertyHistoricallyOwned { get; set; }
public string Property_DateMostRecentPurchase { get; set; }
public string Property_DateFirstPurchase { get; set; }
public Nullable<int> Derog_CriminalCount { get; set; }
public Nullable<int> Derog_FilingCount { get; set; }
public string Derog_DateLastSeen { get; set; }
public string Derog_Disposition { get; set; }
public Nullable<int> Derog_LiensHistoricalUnreleased { get; set; }
public Nullable<int> Derog_LiensRecentUnreleasedCount { get; set; }
public Nullable<int> Derog_JudgementsCount { get; set; }
public Nullable<int> Derog_EvictionsCount { get; set; }
public Nullable<int> Derog_ForeclosureCount { get; set; }
public Nullable<int> Derog_TotalNumberDerogs { get; set; }
public string Derog_DateLastDerog { get; set; }
public string arrAddName0 { get; set; }
public string arrAddName1 { get; set; }
public string arrAddName2 { get; set; }
public string arrAddName3 { get; set; }
public string arrAddName4 { get; set; }
public string arrAddName5 { get; set; }
public string arrAddName6 { get; set; }
public string arrAddName7 { get; set; }
public string arrAddName8 { get; set; }
public string arrAddName9 { get; set; }
public string arrAddValue0 { get; set; }
public string arrAddValue1 { get; set; }
public string arrAddValue2 { get; set; }
public string arrAddValue3 { get; set; }
public string arrAddValue4 { get; set; }
public string arrAddValue5 { get; set; }
public string arrAddValue6 { get; set; }
public string arrAddValue7 { get; set; }
public string arrAddValue8 { get; set; }
public string arrAddValue9 { get; set; }
public string score { get; set; }
public string verifssn { get; set; }
public string pissueddate { get; set; }
public string pissuedby { get; set; }
public string pexpirationdate { get; set; }
public string sissueddate { get; set; }
public string sissuedby { get; set; }
public string sexpirationdate { get; set; }
public string modelscore { get; set; }
public string pcitizen { get; set; }
public string pcountry { get; set; }
public string scitizen { get; set; }
public string scountry { get; set; }
public string holdppadd { get; set; }
public string holdppcity { get; set; }
public string holdppstate { get; set; }
public string holdppzipcode { get; set; }
public string PulledAppAddr { get; set; }
public long LastUpdateTimeStamp { get; set; }
public System.DateTime DBCreateDate { get; set; }
public System.DateTime DBUpdateDate { get; set; }
}
}