class SingaporeCPFCalculator::Year2014::SPR2FG::Age55To60ContributionCalculator
Payment calculator for Singapore’s Central Provident Fund for employee’s age 55 to 60.
Private Instance Methods
adjustment_rate()
click to toggle source
# File lib/singapore_cpf_calculator/year_2014/spr_2_fg/age_55_to_60_contribution_calculator.rb, line 20 def adjustment_rate "0.375" end
ec_rate()
click to toggle source
# File lib/singapore_cpf_calculator/year_2014/spr_2_fg/age_55_to_60_contribution_calculator.rb, line 24 def ec_rate "0.125" end
tc_rate_1()
click to toggle source
# File lib/singapore_cpf_calculator/year_2014/spr_2_fg/age_55_to_60_contribution_calculator.rb, line 12 def tc_rate_1 "0.105" end
tc_rate_2()
click to toggle source
# File lib/singapore_cpf_calculator/year_2014/spr_2_fg/age_55_to_60_contribution_calculator.rb, line 16 def tc_rate_2 "0.23" end