module SingaporeCPFCalculator::Year2016::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_2016/spr_1_gg.rb, line 20
def calculators
  [
    Age55BelowContributionCalculator,
    Age55To60ContributionCalculator,
    Age60To65ContributionCalculator,
    Age65UpContributionCalculator,
  ]
end