module SingaporeCPFCalculator::Year2023::SPR2FG

For Singapore Permanent Resident (SPR) on their first year with graduated (G, partial) employer contribution and graduated (G, partial) employee contribution

Private Class Methods

calculators() click to toggle source
# File lib/singapore_cpf_calculator/year_2023/spr_2_fg.rb, line 25
def calculators
  [
    Age55BelowContributionCalculator,
    Age55To60ContributionCalculator,
    Age60To65ContributionCalculator,
    Age65To70ContributionCalculator,
    Age70UpContributionCalculator,
  ]
end
has_70_up() click to toggle source
# File lib/singapore_cpf_calculator/year_2023/spr_2_fg.rb, line 21
def has_70_up
  true
end