module SingaporeCPFCalculator::Year2016::SPR2FG

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

Private Class Methods

calculators() click to toggle source
# File lib/singapore_cpf_calculator/year_2016/spr_2_fg.rb, line 20
def calculators
  [
    Age55BelowContributionCalculator,
    Age55To60ContributionCalculator,
    Age60To65ContributionCalculator,
    Age65UpContributionCalculator,
  ]
end