Skip to content

Commit

Permalink
#3930 - FT Self Report Parent Income (#4356)
Browse files Browse the repository at this point in the history
| Supporting users Key | Supporting users Consolidated Variable Name |
2025-2026 Program Year Key | 2025-2026 Program Year Consolidated
Variable Name | Remaining Years Key | Remaining Years Consolidated
Variable Name |

|----------------------|--------------------------------------------|----------------------------|-----------------------------------------------|----------------|------------------------------------|
| foreignAssets | parent1NetAssests, parent2NetAssests
|studentParentsNetAssests |studentDataStudentParentNetAssests
|studentParentsNetAssests | studentDataStudentParentNetAssests |
| parentalContributions | parent1Contributions, parent2Contributions |
studentParentsNetContribution | studentDataStudentParentNetContribution
| studentParentsNetContribution |
studentDataStudentParentNetContribution |
| totalIncome | parent1TotalIncome, parent2TotalIncome |
studentParentsTotalIncome | studentDataStudentParentsTotalIncome |
studentParentsTotalIncome | studentDataStudentParentsTotalIncome |
| totalIncomeTaxLine43500 | parent1Tax, parent2Tax |
studentParentsTotalIncomeTaxLine43500 |
studentDataStudentParentsTotalIncomeTaxLine43500 | null | null |
| cppLine30800 | parent1CppEmployment, parent2CppEmployment |
studentParentsCppLine30800 | studentDataStudentParentsCppLine30800 |
null | null |
| cppLine31000 | parent1CppSelfemploymentOther,
parent2CppSelfemploymentOther | studentParentsCppLine31000 |
studentDataStudentParentsCppLine31000 | null | null |
| eiLine31200 |parent1Ei, paren2Ei | studentParentsEiLine31200 |
studentDataStudentParentsEiLine31200 | null | null |
  • Loading branch information
guru-aot authored Feb 14, 2025
1 parent 01b3d6d commit 7ca2e2e
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,12 @@
<zeebe:header key="studentDataPartnerEmploymentInsurance" value="$.data.partnerEmploymentInsurance" />
<zeebe:header key="studentDataPartnerFedralProvincialPDReceiptCost" value="$.data.partnerFedralProvincialPDReceiptCost" />
<zeebe:header key="studentDataParentDependentTable" value="$.data.parentDependentTable" />
<zeebe:header key="studentDataStudentParentNetAssests" value="$.data.studentParentNetAssests" />
<zeebe:header key="studentDataStudentParentNetContribution" value="$.data.studentParentNetContribution" />
<zeebe:header key="studentDataStudentParentNetAssests" value="$.data.studentParentsNetAssests" />
<zeebe:header key="studentDataStudentParentNetContribution" value="$.data.studentParentsNetContribution" />
<zeebe:header key="studentDataStudentParentsTotalIncomeTaxLine43500" value="$.data.studentParentsTotalIncomeTaxLine43500" />
<zeebe:header key="studentDataStudentParentsCppLine30800" value="$.data.studentParentsCppLine30800" />
<zeebe:header key="studentDataStudentParentsCppLine31000" value="$.data.studentParentsCppLine31000" />
<zeebe:header key="studentDataStudentParentsEiLine31200" value="$.data.studentParentsEiLine31200" />
<zeebe:header key="studentDataPartnerTotalIncomeAssistance" value="$.data.partnertotalincomeAssistance" />
<zeebe:header key="studentDataPartTimeAwardTypesToBeConsidered" value="$.data.partTimeAwardTypesToBeConsidered" />
<zeebe:header key="studentDataAdditionalTransportRequested" value="$.data.additionalTransportRequested" />
Expand Down
36 changes: 19 additions & 17 deletions sources/packages/forms/src/form-definitions/sfaa2022-23.json
Original file line number Diff line number Diff line change
Expand Up @@ -19139,7 +19139,7 @@
"tags": []
},
{
"label": "Please provide an estimation of your parents income",
"label": "How much will your parent(s)/step-parent/sponsor/legal guardian be giving you to help meet your specific educational costs during this study period?",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19149,7 +19149,7 @@
"truncateMultipleSpaces": false,
"validate": {
"required": true,
"custom": "valid = (input >= 0 && input < data.maxIncome) ? true : 'The number you have entered is outside the expected range.';",
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
Expand All @@ -19159,7 +19159,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentsTotalIncome",
"key": "studentParentsNetContribution",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19213,16 +19213,16 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
"id": "et8xql",
"id": "etw5gsi",
"inputType": "text",
"inputMask": "",
"decimalLimit": 0,
"requireDecimal": false,
"decimalLimit": 2,
"requireDecimal": true,
"tags": [],
"lockKey": true
},
{
"label": "Enter the total net value of all your parents Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
"label": "Enter the reported total income from line 15000 of your parent(s)/step-parent/sponsor/legal guardian {{data.calculatedTaxYear}} income tax return. If they did not file a {{data.calculatedTaxYear}} income tax return, enter the total income from all sources both inside and outside of Canada.",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19232,7 +19232,7 @@
"truncateMultipleSpaces": false,
"validate": {
"required": true,
"custom": "",
"custom": "valid = (input >= 0 && input < data.maxIncome) ? true : 'The number you have entered is outside the expected range.';",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
Expand All @@ -19242,7 +19242,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentNetAssests",
"key": "studentParentsTotalIncome",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19278,7 +19278,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
"show": null,
"show": "",
"when": null,
"eq": ""
},
Expand All @@ -19296,15 +19296,16 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
"id": "etw5gsi",
"id": "et8xql",
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
"requireDecimal": true,
"tags": []
"requireDecimal": false,
"tags": [],
"lockKey": true
},
{
"label": "How much will your parents be giving the student to help meet their specific educational costs during this study period? Enter ‘0’ if none.",
"label": "Enter the total net value of all Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19324,7 +19325,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentNetContribution",
"key": "studentParentsNetAssests",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19360,7 +19361,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
"show": null,
"show": "",
"when": null,
"eq": ""
},
Expand All @@ -19383,7 +19384,8 @@
"inputMask": "",
"decimalLimit": 2,
"requireDecimal": true,
"tags": []
"tags": [],
"lockKey": true
},
{
"label": "HTML",
Expand Down
36 changes: 19 additions & 17 deletions sources/packages/forms/src/form-definitions/sfaa2023-24.json
Original file line number Diff line number Diff line change
Expand Up @@ -19139,7 +19139,7 @@
"tags": []
},
{
"label": "Please provide an estimation of your parents income",
"label": "How much will your parent(s)/step-parent/sponsor/legal guardian be giving you to help meet your specific educational costs during this study period?",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19149,7 +19149,7 @@
"truncateMultipleSpaces": false,
"validate": {
"required": true,
"custom": "valid = (input >= 0 && input < data.maxIncome) ? true : 'The number you have entered is outside the expected range.';",
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
Expand All @@ -19159,7 +19159,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentsTotalIncome",
"key": "studentParentsNetContribution",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19213,16 +19213,16 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
"id": "et8xql",
"id": "etw5gsi",
"inputType": "text",
"inputMask": "",
"decimalLimit": 0,
"requireDecimal": false,
"decimalLimit": 2,
"requireDecimal": true,
"tags": [],
"lockKey": true
},
{
"label": "Enter the total net value of all your parents Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
"label": "Enter the reported total income from line 15000 of your parent(s)/step-parent/sponsor/legal guardian {{data.calculatedTaxYear}} income tax return. If they did not file a {{data.calculatedTaxYear}} income tax return, enter the total income from all sources both inside and outside of Canada.",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19232,7 +19232,7 @@
"truncateMultipleSpaces": false,
"validate": {
"required": true,
"custom": "",
"custom": "valid = (input >= 0 && input < data.maxIncome) ? true : 'The number you have entered is outside the expected range.';",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
Expand All @@ -19242,7 +19242,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentNetAssests",
"key": "studentParentsTotalIncome",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19278,7 +19278,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
"show": null,
"show": "",
"when": null,
"eq": ""
},
Expand All @@ -19296,15 +19296,16 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
"id": "etw5gsi",
"id": "et8xql",
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
"requireDecimal": true,
"tags": []
"requireDecimal": false,
"tags": [],
"lockKey": true
},
{
"label": "How much will your parents be giving the student to help meet their specific educational costs during this study period? Enter ‘0’ if none.",
"label": "Enter the total net value of all Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19324,7 +19325,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentNetContribution",
"key": "studentParentsNetAssests",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19360,7 +19361,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
"show": null,
"show": "",
"when": null,
"eq": ""
},
Expand All @@ -19383,7 +19384,8 @@
"inputMask": "",
"decimalLimit": 2,
"requireDecimal": true,
"tags": []
"tags": [],
"lockKey": true
},
{
"label": "HTML",
Expand Down
36 changes: 19 additions & 17 deletions sources/packages/forms/src/form-definitions/sfaa2024-25.json
Original file line number Diff line number Diff line change
Expand Up @@ -19139,7 +19139,7 @@
"tags": []
},
{
"label": "Please provide an estimation of your parents income",
"label": "How much will your parent(s)/step-parent/sponsor/legal guardian be giving you to help meet your specific educational costs during this study period?",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19149,7 +19149,7 @@
"truncateMultipleSpaces": false,
"validate": {
"required": true,
"custom": "valid = (input >= 0 && input < data.maxIncome) ? true : 'The number you have entered is outside the expected range.';",
"custom": "",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
Expand All @@ -19159,7 +19159,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentsTotalIncome",
"key": "studentParentsNetContribution",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19213,16 +19213,16 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
"id": "et8xql",
"id": "etw5gsi",
"inputType": "text",
"inputMask": "",
"decimalLimit": 0,
"requireDecimal": false,
"decimalLimit": 2,
"requireDecimal": true,
"tags": [],
"lockKey": true
},
{
"label": "Enter the total net value of all your parents Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
"label": "Enter the reported total income from line 15000 of your parent(s)/step-parent/sponsor/legal guardian {{data.calculatedTaxYear}} income tax return. If they did not file a {{data.calculatedTaxYear}} income tax return, enter the total income from all sources both inside and outside of Canada.",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19232,7 +19232,7 @@
"truncateMultipleSpaces": false,
"validate": {
"required": true,
"custom": "",
"custom": "valid = (input >= 0 && input < data.maxIncome) ? true : 'The number you have entered is outside the expected range.';",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
Expand All @@ -19242,7 +19242,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentNetAssests",
"key": "studentParentsTotalIncome",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19278,7 +19278,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
"show": null,
"show": "",
"when": null,
"eq": ""
},
Expand All @@ -19296,15 +19296,16 @@
"properties": {},
"allowMultipleMasks": false,
"addons": [],
"id": "etw5gsi",
"id": "et8xql",
"inputType": "text",
"inputMask": "",
"decimalLimit": 2,
"requireDecimal": true,
"tags": []
"requireDecimal": false,
"tags": [],
"lockKey": true
},
{
"label": "How much will your parents be giving the student to help meet their specific educational costs during this study period? Enter ‘0’ if none.",
"label": "Enter the total net value of all Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
"prefix": "$",
"mask": false,
"spellcheck": true,
Expand All @@ -19324,7 +19325,7 @@
"step": "any",
"integer": ""
},
"key": "studentParentNetContribution",
"key": "studentParentsNetAssests",
"type": "currency",
"input": true,
"delimiter": true,
Expand Down Expand Up @@ -19360,7 +19361,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
"show": null,
"show": "",
"when": null,
"eq": ""
},
Expand All @@ -19383,7 +19384,8 @@
"inputMask": "",
"decimalLimit": 2,
"requireDecimal": true,
"tags": []
"tags": [],
"lockKey": true
},
{
"label": "HTML",
Expand Down
Loading

0 comments on commit 7ca2e2e

Please sign in to comment.