module SingaporeCPFCalculator::Year2023::SPR1GG

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_1_gg.rb, line 15
def calculators
  [
    SingaporeCPFCalculator::Year2022::SPR1GG::Age55BelowContributionCalculator,
    SingaporeCPFCalculator::Year2022::SPR1GG::Age55To60ContributionCalculator,
    SingaporeCPFCalculator::Year2022::SPR1GG::Age60To65ContributionCalculator,
    SingaporeCPFCalculator::Year2022::SPR1GG::Age65UpContributionCalculator,
  ]
end