class SingaporeCPFCalculator::Year2014::SPR2GG::Age65UpContributionCalculator

Payment calculator for Singapore’s Central Provident Fund for employee’s age 65 and above.

Private Instance Methods

adjustment_rate() click to toggle source
# File lib/singapore_cpf_calculator/year_2014/spr_2_gg/age_65_up_contribution_calculator.rb, line 20
def adjustment_rate
  "0.15"
end
ec_rate() click to toggle source
# File lib/singapore_cpf_calculator/year_2014/spr_2_gg/age_65_up_contribution_calculator.rb, line 24
def ec_rate
  "0.05"
end
tc_rate_1() click to toggle source
# File lib/singapore_cpf_calculator/year_2014/spr_2_gg/age_65_up_contribution_calculator.rb, line 12
def tc_rate_1
  "0.035"
end
tc_rate_2() click to toggle source
# File lib/singapore_cpf_calculator/year_2014/spr_2_gg/age_65_up_contribution_calculator.rb, line 16
def tc_rate_2
  "0.085"
end