forked from ucsbfinaid/Financial-Aid-Estimator-.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AidEstimationValidator.Constants.cs
144 lines (109 loc) · 8.11 KB
/
AidEstimationValidator.Constants.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
namespace Ucsb.Sa.FinAid.AidEstimation.Utility
{
public partial class AidEstimationValidator
{
// Is Working?
public static string LabelIsFirstParentWorking = @"""Did the First Parent Work?""";
public static string LabelIsSecondParentWorking = @"""Did the Second Parent Work?""";
public static string LabelIsStudentWorking = @"""Did the Student Work?""";
public static string LabelIsSpouseWorking = @"""Did the Spouse Work?""";
public static string ParamIsFirstParentWorking = "isFirstParentWorking";
public static string ParamIsSecondParentWorking = "isSecondParentWorking";
public static string ParamIsStudentWorking = "isStudentWorking";
public static string ParamIsSpouseWorking = "isSpouseWorking";
// Work Income
public static string LabelFirstParentWorkIncome = @"""First Parent's Income Earned From Work""";
public static string LabelSecondParentWorkIncome = @"""Second Parent's Income Earned From Work""";
public static string LabelStudentWorkIncome = @"""Student's Income Earned From Work""";
public static string LabelSpouseWorkIncome = @"""Spouse's Income Earned From Work""";
public static string ParamFirstParentWorkIncome = "firstParentWorkIncome";
public static string ParamSecondParentWorkIncome = "secondParentWorkIncome";
public static string ParamStudentWorkIncome = "studentWorkIncome";
public static string ParamSpouseWorkIncome = "spouseWorkIncome";
// AGI
public static string LabelParentAgi = @"""Parent(s)' Adjusted Gross Income (AGI)""";
public static string LabelStudentAgi = @"""Student's Adjusted Gross Income (AGI)""";
public static string LabelIndStudentAgi = @"""Student and Spouse's Adjusted Gross Income (AGI)""";
public static string ParamParentAgi = "parentAgi";
public static string ParamStudentAgi = "studentAgi";
public static string ParamIndStudentAgi = "studentAgi";
// Are Tax Filers?
public static string LabelAreParentsTaxFilers = @"""Did Parent(s) File Taxes?""";
public static string LabelIsStudentTaxFiler = @"""Did the Student File Taxes?""";
public static string LabelIsIndStudentTaxFiler = @"""Did the Student and Spouse File Taxes?""";
public static string ParamAreParentsTaxFilers = "areParentsTaxFilers";
public static string ParamIsStudentTaxFiler = "isStudentTaxFiler";
public static string ParamIsIndStudentTaxFiler = "isStudentTaxFiler";
// Income Tax Paid
public static string LabelParentIncomeTax = @"""Parent(s)' Income Taxes Paid""";
public static string LabelStudentIncomeTax = @"""Student's Income Taxes Paid""";
public static string LabelIndStudentIncomeTax = @"""Student and Spouse's Total Income Taxes Paid""";
public static string ParamParentIncomeTax = "parentIncomeTax";
public static string ParamStudentIncomeTax = "studentIncomeTax";
public static string ParamIndStudentIncomeTax = "studentIncomeTax";
// Untaxed Income And Benefits
public static string LabelParentUntaxedIncomeAndBenefits = @"""Parent(s)' Untaxed Income and Benefits""";
public static string LabelStudentUntaxedIncomeAndBenefits = @"""Student's Untaxed Income and Benefits""";
public static string LabelIndStudentUntaxedIncomeAndBenefits
= @"""Student and Spouse's Untaxed Income and Benefits""";
public static string ParamParentUntaxedIncomeAndBenefits = "parentUntaxedIncomeAndBenefits";
public static string ParamStudentUntaxedIncomeAndBenefits = "studentUntaxedIncomeAndBenefits";
public static string ParamIndStudentUntaxedIncomeAndBenefits = "studentUntaxedIncomeAndBenefits";
// Additional Financial Information
public static string LabelParentAdditionalFinancialInfo = @"""Parent(s)' Additional Financial Information""";
public static string LabelStudentAdditionalFinancialInfo = @"""Student's Additional Financial Information""";
public static string LabelIndStudentAdditionalFinancialInfo = @"""Student and Spouse's Additional Financial Information""";
public static string ParamParentAdditionalFinancialInfo = "parentAdditionalFinancialInfo";
public static string ParamStudentAdditionalFinancialInfo = "studentAdditionalFinancialInfo";
public static string ParamIndStudentAdditionalFinancialInfo = "studentAdditionalFinancialInfo";
// Cash, Savings, Checking
public static string LabelParentCashSavingsChecking = @"""Parent(s)' Cash, Savings, and Checking""";
public static string LabelStudentCashSavingsChecking = @"""Student's Cash, Savings, and Checking""";
public static string LabelIndStudentCashSavingsChecking
= @"""Student and Spouse's Cash, Savings, and Checking""";
public static string ParamParentCashSavingsChecking = "parentCashSavingsChecking";
public static string ParamStudentCashSavingsChecking = "studentCashSavingsChecking";
public static string ParamIndStudentCashSavingsChecking = "studentCashSavingsChecking";
// Investment Net Worth
public static string LabelParentInvestmentNetWorth = @"""Net Worth of Parent(s)' Investments""";
public static string LabelStudentInvestmentNetWorth = @"""Net Worth of Student's Investments""";
public static string LabelIndStudentInvestmentNetWorth = @"""Net Worth of Student and Spouse's Investments""";
public static string ParamParentInvestmentNetWorth = "parentInvestmentNetWorth";
public static string ParamStudentInvestmentNetWorth = "studentInvestmentNetWorth";
public static string ParamIndStudentInvestmentNetWorth = "studentInvestmentNetWorth";
// Business Farm Net Worth
public static string LabelParentBusinessFarmNetWorth = @"""Net Worth of Parent(s)' Business and/or Investment Farm""";
public static string LabelStudentBusinessFarmNetWorth = @"""Net Worth of Student's Business and/or Investment Farm""";
public static string LabelIndStudentBusinessFarmNetWorth = @"""Net Worth of Student and Spouse's Business and/or Investment Farm""";
public static string ParamParentBusinessFarmNetWorth = "parentBusinessFarmNetWorth";
public static string ParamStudentBusinessFarmNetWorth = "studentBusinessFarmNetWorth";
public static string ParamIndStudentBusinessFarmNetWorth = "studentBusinessFarmNetWorth";
// Has Dependents
public static string LabelIndStudentHasDep = @"""Student has Dependents""";
public static string ParamIndStudentHasDep = "hasDependents";
// Marital Status
public static string ParamMaritalStatus = "maritalStatus";
public static string LabelParentMaritalStatus = @"""Parent(s)' Marital Status""";
public static string LabelIndStudentMaritalStatus = @"""Student's Marital Status""";
// State of Residency
public static string LabelStateOfResidency = @"""State of Residency""";
public static string ParamStateOfResidency = "stateOfResidency";
// Number in Household
public static string LabelNumInHousehold = @"""Number in Household""";
public static string ParamNumInHousehold = "numberInHousehold";
// Number in College
public static string LabelNumInCollege = @"""Number in College""";
public static string ParamNumInCollege = "numberInCollege";
// Age
public static string LabelOldestParentAge = @"""Age of Oldest Parent""";
public static string LabelIndStudentAge = @"""Student's Age""";
public static string ParamOldestParentAge = "oldestParentAge";
public static string ParamIndStudentAge = "studentAge";
// Months of Enrollment
public static string LabelMonthsOfEnrollment = @"""Months of Enrollment""";
public static string ParamMonthsOfEnrollment = "monthsOfEnrollment";
// Is Qualified for Simplified?
public static string LabelIsQualifiedForSimplified = @"""Is Qualified for Simplified?""";
public static string ParamIsQualifiedForSimplified = "isQualifiedForSimplified";
}
}