Sha256: 42c0048b1af858fc4eebbe4e2151c73a1a01f949a370e19f04cd55bb52cdf617

Contents?: true

Size: 546 Bytes

Versions: 3

Compression:

Stored size: 546 Bytes

Contents

module SingaporeCPFCalculator
  module Year2022
    module CitizenOrSPR3

      # Payment calculator for Singapore's Central Provident Fund for employee's age 60 to 65.
      class Age60To65ContributionCalculator < CitizenOrSpr3Base

        extend Requirements::GroupAbove60To65Years

        private

        def tc_rate_1
          "0.1"
        end

        def tc_rate_2
          "0.185"
        end

        def ec_rate
          "0.085"
        end

        def adjustment_rate
          "0.255"
        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/citizen_or_spr_3/age_60_to_65_contribution_calculator.rb
singapore_cpf_calculator-1.5.0 lib/singapore_cpf_calculator/year_2022/citizen_or_spr_3/age_60_to_65_contribution_calculator.rb
singapore_cpf_calculator-1.4.0 lib/singapore_cpf_calculator/year_2022/citizen_or_spr_3/age_60_to_65_contribution_calculator.rb