Skip to content

Commit

Permalink
auto-update legal values
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 1, 2022
1 parent 606bf9e commit 2d98b3d
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions utils/api/scrapers/output/legalValuesJson.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
{
"lastUpdatedYear": 2022,
"lastUpdatedQuarter": "April to June 2022",
"lastUpdatedQuarter": "July to September 2022",
"oas": {
"amount": 648.67,
"incomeLimit": 133527,
"clawbackIncomeLimit": 79054
"amount": 666.83,
"amount75": 733.51,
"incomeLimit": 134253,
"incomeLimit75": 136920,
"clawbackIncomeLimit": 81761
},
"gis": {
"singleAmount": 968.86,
"singleIncomeLimit": 19656,
"spouseOasAmount": 583.2,
"spouseOasIncomeLimit": 25968,
"spouseNoOasAmount": 968.86,
"spouseNoOasIncomeLimit": 47136,
"spouseAlwAmount": 583.2,
"spouseAlwIncomeLimit": 36384
"singleAmount": 995.99,
"singleIncomeLimit": 20208,
"spouseOasAmount": 599.53,
"spouseOasIncomeLimit": 26688,
"spouseNoOasAmount": 995.99,
"spouseNoOasIncomeLimit": 48432,
"spouseAlwAmount": 599.53,
"spouseAlwIncomeLimit": 37392
},
"alw": {
"alwAmount": 1231.87,
"alwIncomeLimit": 36384,
"afsAmount": 1468.47,
"afsIncomeLimit": 26496
"alwAmount": 1266.36,
"alwIncomeLimit": 37392,
"afsAmount": 1509.58,
"afsIncomeLimit": 27240
},
"topUp": {
"single": 150.07,
"married": 42.52
"single": 154.27,
"married": 43.71
}
}

0 comments on commit 2d98b3d

Please sign in to comment.