class SingaporeCPFCalculator::Year2014::CitizenOrSPR3::Age60To65ContributionCalculator

Payment calculator for Singapore's Central Provident Fund for employee's age 60 to 65.

Private Instance Methods

adjustment_rate() click to toggle source
# File lib/singapore_cpf_calculator/year_2014/citizen_or_spr_3/age_60_to_65_contribution_calculator.rb, line 20
def adjustment_rate
  "0.225"
end
ec_rate() click to toggle source
# File lib/singapore_cpf_calculator/year_2014/citizen_or_spr_3/age_60_to_65_contribution_calculator.rb, line 24
def ec_rate
  "0.075"
end
tc_rate_1() click to toggle source
# File lib/singapore_cpf_calculator/year_2014/citizen_or_spr_3/age_60_to_65_contribution_calculator.rb, line 12
def tc_rate_1
  "0.07"
end
tc_rate_2() click to toggle source
# File lib/singapore_cpf_calculator/year_2014/citizen_or_spr_3/age_60_to_65_contribution_calculator.rb, line 16
def tc_rate_2
  "0.145"
end