Sha256: 06091a165c58f0516e455b38b15d5a8d56fa1b7b5dbd72f510e27a0185a85a08
Contents?: true
Size: 547 Bytes
Versions: 4
Compression:
Stored size: 547 Bytes
Contents
module SingaporeCPFCalculator module Year2015 module CitizenOrSPR3 # Payment calculator for Singapore's Central Provident Fund for employee's age 50 and below. class Age50BelowContributionCalculator < CitizenOrSpr3Base extend Requirements::Group50YearsAndBelow private def tc_rate_1 "0.17" end def tc_rate_2 "0.37" end def ec_rate "0.20" end def adjustment_rate "0.6" end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems