Sha256: 6b94965cf84c83d1109cca90fac02aaa41bf9c0590ace970836608467bdeba8d

Contents?: true

Size: 538 Bytes

Versions: 3

Compression:

Stored size: 538 Bytes

Contents

module SingaporeCPFCalculator
  module Year2022
    module SPR2FG

      # Payment calculator for Singapore's Central Provident Fund for employee's age 65 and above.
      class Age65To70ContributionCalculator < Year2016::Base

        extend Requirements::GroupAbove65To70Years

        private

        def tc_rate_1
          "0.08"
        end

        def tc_rate_2
          "0.13"
        end

        def ec_rate
          "0.05"
        end

        def adjustment_rate
          "0.15"
        end

      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
singapore_cpf_calculator-1.5.1 lib/singapore_cpf_calculator/year_2022/spr_2_fg/age_65_to_70_contribution_calculator.rb
singapore_cpf_calculator-1.5.0 lib/singapore_cpf_calculator/year_2022/spr_2_fg/age_65_to_70_contribution_calculator.rb
singapore_cpf_calculator-1.4.0 lib/singapore_cpf_calculator/year_2022/spr_2_fg/age_65_to_70_contribution_calculator.rb