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