class SingaporeCPFCalculator::Year2015::SPR1FG::Age50To55ContributionCalculator

Payment calculator for Singapore’s Central Provident Fund for employee’s age 50 to 55.

Private Instance Methods

adjustment_rate() click to toggle source
# File lib/singapore_cpf_calculator/year_2015/spr_1_fg/age_50_to_55_contribution_calculator.rb, line 24
def adjustment_rate
  "0.15"
end
ec_rate() click to toggle source
# File lib/singapore_cpf_calculator/year_2015/spr_1_fg/age_50_to_55_contribution_calculator.rb, line 20
def ec_rate
  "0.05"
end
tc_rate_1() click to toggle source
# File lib/singapore_cpf_calculator/year_2015/spr_1_fg/age_50_to_55_contribution_calculator.rb, line 12
def tc_rate_1
  "0.16"
end
tc_rate_2() click to toggle source
# File lib/singapore_cpf_calculator/year_2015/spr_1_fg/age_50_to_55_contribution_calculator.rb, line 16
def tc_rate_2
  "0.21"
end