module SingaporeCPFCalculator::Year2015::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_2015/spr_2_gg.rb, line 21
def calculators
  [
    Age50BelowContributionCalculator,
    Age50To55ContributionCalculator,
    Age55To60ContributionCalculator,
    Age60To65ContributionCalculator,
    Age65UpContributionCalculator,
  ]
end