Skip to content

Commit

Permalink
[ABF-6373] Fix(OAS): update OAS monthly payment max value (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelguebo authored Apr 10, 2023
1 parent f592607 commit d060262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pension/old-age-security.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const OAS: OldAgeSecurity = {
RATE: 0.1,
REPAYMENT_MAX: 147418,
},
MONTHLY_PAYMENT_MAX: 687.56,
MONTHLY_PAYMENT_MAX: 691.00,
MONTHLY_DELAY_BONUS: 0.006,
REPAYMENT: {
MAX: 141917,
Expand Down

0 comments on commit d060262

Please sign in to comment.