Example: Calculate State-Based Financial Aid Award Eligibility and Amounts (Top-Down Approach)
This example illustrates 1 way to use a top-down approach to calculate the eligibility and the amount for a financial aid award and includes these calculations:
- Conditional
- Constant Value
- Instance Set comparison
- Logic
- Value Comparison
In every academic period, Alma Mater University awards a need-based award called the Peach Grant to residents of the state of Georgia. They package this grant directly after federal subsidized loans.
Eligible student applicants must:
- Be a Georgia resident.
- Have a student aid index (SAI) of less than or equal to 5,486.
- Have a full-time projected enrollment.
- Have applied for an undergraduate program.
Based on the SAI of the applicant, the award amounts are:
SAI | Award Amount |
|---|---|
Less than or equal to 2,743 | 2,300 |
Greater than 2,743 and less than or equal to 5,486 | 1,150 |
Greater than 5,486 | The student isn't eligible for the award. |
Security:
- Set Up: Calculations - Genericdomain in the Core Payroll functional area.
- Access Calculation (Segmented)domain in the functional areas for Core Payroll, Implementation, Payroll Interface, and Time Off and Leave.
- Set Up: Time Off (Calculations - Generic)domain in the Time Off and Leave functional area.
- Calculate eligibility for the award.
- Access theCreate Instance Set Comparison Calculationtask.
- Enter or select these values:FieldValueNameApplicant Is a Georgia CitizenCategoryFinancial AidAcademic UnitLeave blank.Source FieldStudent's State of Legal ResidenceThe business object for this report field is ISIR Transaction.Relational Operatorin the selection listTarget InstanceGeorgiaVerify that you've selected the state of Georgia, not the country.
- ClickOK.
- Access theCreate Value Comparison Calculationtask.
- Enter or select these values:FieldValueNameSAI <= 5,486CategoryFinancial AidAcademic UnitLeave blank.1st OperandSAI (Formerly EFC)Operatorless than or equal to2nd OperandSelect .
- Enter or select these values:FieldValueName5486CategoryFinancial AidAcademic UnitLeave blank.Numeric Value5486
- ClickOK.
- ClickOK.
- Access theCreate Instance Set Comparison Calculationtask.
- Enter or select these values:FieldValueNameApplicant Is Projected to be Full-TimeCategoryFinancial AidAcademic UnitLeave blank.Source FieldProjected Load StatusThe business object for this report field is Financial Aid Period Record.Relational Operatorin the selection listTarget InstanceFull-time
- ClickOK.
- Access theCreate Logic Calculationtask.
- Enter or select these values:FieldValueNamePeach Grant Logic CalculationCategoryFinancial AidAcademic UnitLeave blank.
- In theCalculationgrid, add these rows:OperatorCalculationANDApplicant is Georgia CitizenSAI <= 5,486Applicant Is Projected to be Full-TimeAcademic Level = UndergraduateThis calculation is a Workday-delivered instance set comparison calculation.
- ClickOK.
- ClickDone.
- Calculate the amount to award.
- Access theCreate Conditional Calculationtask.Enter or select these values:FieldValueNamePeach Grant Amount CalculationCategoryFinancial AidAcademic UnitLeave blank.
- In theConditional Calculationsgrid, add 3 rows and enter these values for theOrderfield:
- a
- b
- c
- In theConditionfield for Row A, select .
- Enter or select these values:FieldValueNameSAI > 5,486CategoryFinancial AidAcademic UnitLeave blank.1st OperandSAI (Formerly EFC)Operatorgreater than2nd Operand5486You created this constant value calculation in a previous step.
- ClickOK.
- In theResultfield for Row A, select .
- Enter or select these values:FieldValueName0CategoryFinancial AidAcademic UnitLeave blank.Numeric Value0
- ClickOK.
- In theConditionfield for Row B, select .
- Enter or select these values:FieldValueNameSAI >= 2,743CategoryFinancial AidAcademic UnitLeave blank.1st OperandSAI (Formerly EFC)Operatorgreater than or equal to2nd OperandSelect
- Enter or select these values:FieldValueName2743CategoryFinancial AidAcademic UnitLeave blank.Numeric Value2743
- ClickOK.
- ClickOK.
- In theResultfield for Row B, select .
- Enter or select these values:FieldValueName1150CategoryFinancial AidAcademic UnitLeave blank.Numeric Value1150
- ClickOK.
- In theConditionfield for Row C, select .
- Enter or select these values:FieldValueNameSAI >= 0CategoryFinancial AidAcademic UnitLeave blank.1st OperandSAI (Formerly EFC)Operatorgreater than or equal to2nd Operand0You created this constant value calculation in a previous step.
- ClickOK.
- In theResultfield for Row C, select .
- Enter or select these values:FieldValueName2300CategoryFinancial AidAcademic UnitLeave blank.Numeric Value2300
- ClickOK.You should have these values in theConditional Calculationsgrid:OrderConditionResultaSAI > 5,4860bSAI >= 2,7431150cSAI >= 02300
- In theDefault Responsefield, select or create a constant value calculation that will help you identify when a calculation fails.Example:999or1234567.
- ClickOK.
- ClickDone.
- Tie the eligibility calculation and the amount calculation together in a single conditional calculation.
- Access theCreate Conditional Calculationtask.Enter or select these values:FieldValueNamePeach Grant Final Conditional CalculationCategoryFinancial AidAcademic UnitLeave blank.
- In theConditional Calculationgrid, add this row:OrderConditionResultaPeach Grant Logic CalculationPeach Grant Amount Calculation
- In theDefault Responsefield, select or create a constant value calculation that will help you identify when the calculation fails.Example:999or1234567.
- ClickOK.
- ClickDone.
The final calculation is available for you to add to student award items.
- Add the calculation as an amount calculation for a student award item.
- Add the student award item to a need packaging strategy, below federal subsidized loans.