class SingaporeCPFCalculator::Year2022::CitizenOrSPR3::Age65To70ContributionCalculator
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_2022/citizen_or_spr_3/age_65_to_70_contribution_calculator.rb, line 24 def adjustment_rate "0.18" end
ec_rate()
click to toggle source
# File lib/singapore_cpf_calculator/year_2022/citizen_or_spr_3/age_65_to_70_contribution_calculator.rb, line 20 def ec_rate "0.06" end
tc_rate_1()
click to toggle source
# File lib/singapore_cpf_calculator/year_2022/citizen_or_spr_3/age_65_to_70_contribution_calculator.rb, line 12 def tc_rate_1 "0.08" end
tc_rate_2()
click to toggle source
# File lib/singapore_cpf_calculator/year_2022/citizen_or_spr_3/age_65_to_70_contribution_calculator.rb, line 16 def tc_rate_2 "0.14" end