Sha256: 7d41fd8ac184cb3597c9c1e606adb5b75c3d04dc032f2b489706fec2a98bb822

Contents?: true

Size: 321 Bytes

Versions: 3

Compression:

Stored size: 321 Bytes

Contents

module SingaporeCPFCalculator
  module Year2022
    module SPR1GG

      # Payment calculator for Singapore's Central Provident Fund for employee's age 55 to 60.
      class Age55To60ContributionCalculator < Age55BelowContributionCalculator
        extend Requirements::GroupAbove55To60Years
      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_1_gg/age_55_to_60_contribution_calculator.rb
singapore_cpf_calculator-1.5.0 lib/singapore_cpf_calculator/year_2022/spr_1_gg/age_55_to_60_contribution_calculator.rb
singapore_cpf_calculator-1.4.0 lib/singapore_cpf_calculator/year_2022/spr_1_gg/age_55_to_60_contribution_calculator.rb