module SingaporeCPFCalculator::Year2016::CitizenOrSPR3

Residency module for Singaporean Citizen and Permanent Residents on their 3rd year.

Private Class Methods

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