Skip to content

Commit

Permalink
update Q4 rates
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGoC committed Sep 19, 2024
1 parent fb4cef5 commit 862bbc9
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
76 changes: 38 additions & 38 deletions utils/api/scrapers/data/oas-amounts-en.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"lastupdatedYear": "2023",
"lastupdatedQuarter": "July to September 2024",
"renewalYearGIS": "2024",
"oas": {
"average": "718.33",
"average75": "790.16",
"maximum": "142,609",
"maximum75": "148,179",
"clawback": "86,912"
},
"gis": {
"single-amount": "1,072.93",
"single-limit": "21,768",
"spouse-oas-amount": "645.84",
"spouse-oas-limit": "28,752",
"spouse-no-oas-amount": "1,072.93",
"spouse-no-oas-limit": "52,176",
"spouse-allowance-amount": "645.84",
"spouse-allowance-limit": "40,272"
},
"allowance": {
"spouse-gis-amount": "1,364.17",
"spouse-gis-limit": "40,272",
"survivor-amount": "1,626.20",
"survivor-limit": "29,328"
},
"topup": {
"single": "166.20",
"married": "47.09"
},
"delay": {
"oas66": "770.05",
"oas67": "821.77",
"oas68": "873.49",
"oas69": "925.21",
"oas70": "976.93"
}
}
"lastupdatedYear": "2023",
"lastupdatedQuarter": "October to December 2024",
"renewalYearGIS": "2024",
"oas": {
"average": "727.67",
"average75": "800.44",
"maximum": "148,451",
"maximum75": "154,196",
"clawback": "90,997"
},
"gis": {
"single-amount": "1,086.88",
"single-limit": "22,056",
"spouse-oas-amount": "654.23",
"spouse-oas-limit": "29,136",
"spouse-no-oas-amount": "1,086.88",
"spouse-no-oas-limit": "52,848",
"spouse-allowance-amount": "654.23",
"spouse-allowance-limit": "40,800"
},
"allowance": {
"spouse-gis-amount": "1,381.90",
"spouse-gis-limit": "40,800",
"survivor-amount": "1,647.34",
"survivor-limit": "29,712"
},
"topup": {
"single": "168.36",
"married": "47.70"
},
"delay": {
"oas66": "780.06",
"oas67": "832.45",
"oas68": "884.85",
"oas69": "937.24",
"oas70": "989.63"
}
}
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": 2023,
"lastUpdatedQuarter": "July to September 2024",
"lastUpdatedQuarter": "October to December 2024",
"renewalYearGIS": 2024,
"oas": {
"amount": 718.33,
"amount75": 790.16,
"incomeLimit": 142609,
"incomeLimit75": 148179,
"clawbackIncomeLimit": 86912
"amount": 727.67,
"amount75": 800.44,
"incomeLimit": 148451,
"incomeLimit75": 154196,
"clawbackIncomeLimit": 90997
},
"gis": {
"singleAmount": 1072.93,
"singleIncomeLimit": 21768,
"spouseOasAmount": 645.84,
"spouseOasIncomeLimit": 28752,
"spouseNoOasAmount": 1072.93,
"spouseNoOasIncomeLimit": 52176,
"spouseAlwAmount": 645.84,
"spouseAlwIncomeLimit": 40272
"singleAmount": 1086.88,
"singleIncomeLimit": 22056,
"spouseOasAmount": 654.23,
"spouseOasIncomeLimit": 29136,
"spouseNoOasAmount": 1086.88,
"spouseNoOasIncomeLimit": 52848,
"spouseAlwAmount": 654.23,
"spouseAlwIncomeLimit": 40800
},
"alw": {
"alwAmount": 1364.17,
"alwIncomeLimit": 40272,
"afsAmount": 1626.2,
"afsIncomeLimit": 29328
"alwAmount": 1381.9,
"alwIncomeLimit": 40800,
"afsAmount": 1647.34,
"afsIncomeLimit": 29712
},
"topUp": {
"single": 166.2,
"married": 47.09
"single": 168.36,
"married": 47.7
},
"delay": {
"oas66": 770.05,
"oas67": 821.77,
"oas68": 873.49,
"oas69": 925.21,
"oas70": 976.93
"oas66": 780.06,
"oas67": 832.45,
"oas68": 884.85,
"oas69": 937.24,
"oas70": 989.63
}
}

0 comments on commit 862bbc9

Please sign in to comment.