Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

障害厚生年金を実装 #352

Open
Syuparn opened this issue Nov 18, 2024 · 7 comments
Open

障害厚生年金を実装 #352

Syuparn opened this issue Nov 18, 2024 · 7 comments
Labels
Future work Tasks that are difficult to address now and will be addressed in the future バックエンド OpenFIsca Python API

Comments

@Syuparn
Copy link
Contributor

Syuparn commented Nov 18, 2024

As Is or how to reproduce if it's bug

表題の制度は未対応(現状対応しているのは障害基礎年金、傷病手当金のみ)

To Be

障害厚生年金を算出できるようにする

https://www.nenkin.go.jp/service/jukyu/seido/shougainenkin/jukyu-yoken/20150401-02.html

Action

  • バックエンドにVariable 障害厚生年金 を新規追加
  • バックエンドのテスト追加
  • フロントエンドのconfigに 障害厚生年金 を新規追加

Problem

(現状分かっている課題を記載)

Note

イシューに着手した方は、他コントリビューターと重複を防ぐために着手したことをコメントに記載お願いします

@Syuparn Syuparn added the バックエンド OpenFIsca Python API label Nov 18, 2024
@Syuparn
Copy link
Contributor Author

Syuparn commented Nov 18, 2024

参考実装:

class 障害基礎年金_最大(Variable):

傷病手当金計算時の就労形態と同じロジックが使用できそう

就労形態 = 対象世帯.members("就労形態", 対象期間)

@Syuparn
Copy link
Contributor Author

Syuparn commented Nov 18, 2024

受給条件要確認。おそらく現状のフォームで全情報が得られる

@SnoozingJellyfish
Copy link
Contributor

@Syuparn
障害厚生年金は報酬比例部分によって大きく額が変わりますが、実装はどのようなイメージでしょうか?
報酬比例部分の「標準報酬月額」は同じ人でも時期ごとに異なり、それらの総和を年金加入期間で割るので、過去の報酬推移を入力してもらうのは難しいかなと思いました。。
「ToBe」に記載のリンク先では以下の説明があります。

※2 平均標準報酬月額とは、(~略~)、計算の基礎となる各月の標準報酬月額の総額を、(~略~)加入期間で割って得た額です。

標準報酬月額の幅は以下のようです。(参考リンク)

現在の標準報酬月額は、1等級(8万8千円)から32等級(65万円)までの32等級に分かれています。

ちなみに、障害厚生年金の対応は要望として挙がっていたのでしょうか?

@Syuparn
Copy link
Contributor Author

Syuparn commented Nov 19, 2024

@SnoozingJellyfish
実装が難しいことを把握できておらず、「障害基礎年金と合わせて表示できたら便利なので、good first issueの候補にできたら良い」くらいの温度感で起票していました。特に要望があった訳ではありません。

標準報酬月額についても傷病手当金の標準報酬月額ロジックを使いまわせると思っていましたが、確認はまだできていません。

いったん調査するまではpendingにします 🙏
(「この制度があったらいいかも(実装難度は不明)」という候補は、issueではなくscrapboxに書いたほうが良かったですね)

@Syuparn
Copy link
Contributor Author

Syuparn commented Nov 19, 2024

報酬比例部分の「標準報酬月額」は同じ人でも時期ごとに異なり、それらの総和を年金加入期間で割るので、過去の報酬推移を入力してもらうのは難しいかなと思いました。。

過去毎年分の標準報酬月額が必要だから、傷病手当金のように直近1年の額だけでは計算できないのですね…承知しました。

@SnoozingJellyfish
Copy link
Contributor

経緯について承知しました。
scrapboxだと散逸しそうなので、タグ付け(既存のFuture work等)などで備忘と分かるようにしておけば、イシューとして残しておいてもいいのかなと思います!

@Syuparn Syuparn added the Future work Tasks that are difficult to address now and will be addressed in the future label Nov 21, 2024
@Syuparn
Copy link
Contributor Author

Syuparn commented Nov 21, 2024

ありがとうございます!アイデア段階と分かるように Future work 設定しました!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Future work Tasks that are difficult to address now and will be addressed in the future バックエンド OpenFIsca Python API
Projects
None yet
Development

No branches or pull requests

2 participants