Sha256: bc2c5e32841d083541206205a9fd03e60c5d2d8af8f9b59e22a0437a1caa8695
Contents?: true
Size: 538 Bytes
Versions: 5
Compression:
Stored size: 538 Bytes
Contents
module SingaporeCPFCalculator module Year2016 module SPR1GG # Payment calculator for Singapore's Central Provident Fund for employee's age 50 and below. class Age55BelowContributionCalculator < Year2016::Base extend Requirements::Group55YearsAndBelow private def tc_rate_1 "0.04" end def tc_rate_2 "0.09" end def ec_rate "0.05" end def adjustment_rate "0.15" end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems