Sha256: 5f4a0ff01387c99453e5a6d59654ea22472a5841e7b1f7f43761ad3d00452ed6

Contents?: true

Size: 538 Bytes

Versions: 6

Compression:

Stored size: 538 Bytes

Contents

module SingaporeCPFCalculator
  module Year2014
    module SPR2GG

      # Payment calculator for Singapore's Central Provident Fund for employee's age 50 and below.
      class Age50BelowContributionCalculator < Year2014::Base

        extend Requirements::Group50YearsAndBelow

        private

        def tc_rate_1
          "0.09"
        end

        def tc_rate_2
          "0.24"
        end

        def adjustment_rate
          "0.45"
        end

        def ec_rate
          "0.15"
        end

      end

    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
singapore_cpf_calculator-1.5.1 lib/singapore_cpf_calculator/year_2014/spr_2_gg/age_50_below_contribution_calculator.rb
singapore_cpf_calculator-1.5.0 lib/singapore_cpf_calculator/year_2014/spr_2_gg/age_50_below_contribution_calculator.rb
singapore_cpf_calculator-1.4.0 lib/singapore_cpf_calculator/year_2014/spr_2_gg/age_50_below_contribution_calculator.rb
singapore_cpf_calculator-1.3.4 lib/singapore_cpf_calculator/year_2014/spr_2_gg/age_50_below_contribution_calculator.rb
singapore_cpf_calculator-1.2.0 lib/singapore_cpf_calculator/year_2014/spr_2_gg/age_50_below_contribution_calculator.rb
singapore_cpf_calculator-1.1.1 lib/singapore_cpf_calculator/year_2014/spr_2_gg/age_50_below_contribution_calculator.rb