Skip to content

Commit

Permalink
updated to 2023 Q3 rates
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-solo committed Sep 20, 2023
1 parent 5874563 commit 7469d19
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
50 changes: 25 additions & 25 deletions utils/api/scrapers/data/oas-amounts-en.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"lastupdatedYear": "2022",
"lastupdatedQuarter": "July to September 2023",
"lastupdatedQuarter": "October to December 2023",
"renewalYearGIS": "2023",
"oas": {
"average": "698.60",
"average75": "768.46",
"maximum": "134,626",
"maximum75": "137,331",
"clawback": "81,761"
"average": "707.68",
"average75": "778.45",
"maximum": "142,609",
"maximum75": "148,179",
"clawback": "86,912"
},
"gis": {
"single-amount": "1,043.45",
"single-limit": "21,168",
"spouse-oas-amount": "628.09",
"spouse-oas-limit": "27,984",
"spouse-no-oas-amount": "1,043.45",
"spouse-no-oas-limit": "50,736",
"spouse-allowance-amount": "628.09",
"spouse-allowance-limit": "39,168"
"single-amount": "1,057.01",
"single-limit": "21,456",
"spouse-oas-amount": "636.26",
"spouse-oas-limit": "28,320",
"spouse-no-oas-amount": "1,057.01",
"spouse-no-oas-limit": "51,408",
"spouse-allowance-amount": "636.26",
"spouse-allowance-limit": "39,648"
},
"allowance": {
"spouse-gis-amount": "1,326.69",
"spouse-gis-limit": "39,168",
"survivor-amount": "1,581.51",
"survivor-limit": "28,512"
"spouse-gis-amount": "1,343.94",
"spouse-gis-limit": "39,648",
"survivor-amount": "1,602.07",
"survivor-limit": "28,872"
},
"topup": {
"single": "161.63",
"married": "45.79"
"single": "163.73",
"married": "46.39"
},
"delay": {
"oas66": "748.90",
"oas67": "799.20",
"oas68": "849.50",
"oas69": "899.80",
"oas70": "950.10"
"oas66": "758.63",
"oas67": "809.59",
"oas68": "860.54",
"oas69": "911.49",
"oas70": "962.44"
}
}
50 changes: 25 additions & 25 deletions utils/api/scrapers/output/legalValuesJson.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"lastUpdatedYear": 2022,
"lastUpdatedQuarter": "July to September 2023",
"lastUpdatedQuarter": "October to December 2023",
"renewalYearGIS": 2023,
"oas": {
"amount": 698.6,
"amount75": 768.46,
"incomeLimit": 134626,
"incomeLimit75": 137331,
"clawbackIncomeLimit": 81761
"amount": 707.68,
"amount75": 778.45,
"incomeLimit": 142609,
"incomeLimit75": 148179,
"clawbackIncomeLimit": 86912
},
"gis": {
"singleAmount": 1043.45,
"singleIncomeLimit": 21168,
"spouseOasAmount": 628.09,
"spouseOasIncomeLimit": 27984,
"spouseNoOasAmount": 1043.45,
"spouseNoOasIncomeLimit": 50736,
"spouseAlwAmount": 628.09,
"spouseAlwIncomeLimit": 39168
"singleAmount": 1057.01,
"singleIncomeLimit": 21456,
"spouseOasAmount": 636.26,
"spouseOasIncomeLimit": 28320,
"spouseNoOasAmount": 1057.01,
"spouseNoOasIncomeLimit": 51408,
"spouseAlwAmount": 636.26,
"spouseAlwIncomeLimit": 39648
},
"alw": {
"alwAmount": 1326.69,
"alwIncomeLimit": 39168,
"afsAmount": 1581.51,
"afsIncomeLimit": 28512
"alwAmount": 1343.94,
"alwIncomeLimit": 39648,
"afsAmount": 1602.07,
"afsIncomeLimit": 28872
},
"topUp": {
"single": 161.63,
"married": 45.79
"single": 163.73,
"married": 46.39
},
"delay": {
"oas66": 748.9,
"oas67": 799.2,
"oas68": 849.5,
"oas69": 899.8,
"oas70": 950.1
"oas66": 758.63,
"oas67": 809.59,
"oas68": 860.54,
"oas69": 911.49,
"oas70": 962.44
}
}

0 comments on commit 7469d19

Please sign in to comment.