Sha256: a98a600ae5fd60261500e5f0dbd4d290c940a7d976bfea599a8fb80d9b6c0515
Contents?: true
Size: 534 Bytes
Versions: 6
Compression:
Stored size: 534 Bytes
Contents
module SingaporeCPFCalculator module Year2014 module SPR2GG # Payment calculator for Singapore's Central Provident Fund for employee's age 65 and above. class Age65UpContributionCalculator < Year2014::Base extend Requirements::GroupAbove65Years private def tc_rate_1 "0.035" end def tc_rate_2 "0.085" end def adjustment_rate "0.15" end def ec_rate "0.05" end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems