No project description provided
Project description
jptax
jptax は日本国内の給与所得者に掛かる税金を計算します。
Install jptax using pip:
pip install jptax
社会保険料を計算する。
>>> from jptax.insurance import Insurance
>>> insurance = Insurance()
>>> deduction = insurance.calculate(
... 510000, # 支給額
... 500000, # 標準報酬月額
... 45, # 年齢
... False, # 役員である
... "13", # 事業所所在地の都道府県コード
... "1", # 事業コード(1: 一般の事業 2: 農林水産・清酒製造の事業 3: 建設の事業)
... )
>>> deduction.health # 健康保険料 合算
49900.0
>>> deduction.health_employee # 健康保険料 従業員負担分
24950
>>> deduction.caregiving # 介護保険料 合算
8000.0
>>> deduction.caregiving_employee # 介護保険料 従業員負担分
4000
>>> deduction.pension # 厚生年金保険料 合算
91500
>>> deduction.pension_employee # 厚生年金保険料 従業員負担分
45750
>>> deduction.employment # 雇用保険料 合算
7905.0
>>> deduction.employment_employee # 雇用保険料 従業員負担分
3060
>>> deduction.kids_support # 子ども・子育て拠出金
1800.0
Table of Contents
Installation
pip install jptax
License
jptax is distributed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jptax-0.0.1.tar.gz
(687.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
jptax-0.0.1-py3-none-any.whl
(685.7 kB
view details)
File details
Details for the file jptax-0.0.1.tar.gz.
File metadata
- Download URL: jptax-0.0.1.tar.gz
- Upload date:
- Size: 687.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7557708db40865dec15639fc2af3a17b2f9231f74d1e247d43b9fb943ad1b88
|
|
| MD5 |
8e33b116ab7d424f669aa1ce02a6b08c
|
|
| BLAKE2b-256 |
ca37f6742d9f7110fa7e6ead84bbb3a8e6e9cbd6d8adaf138fec80d377219c63
|
File details
Details for the file jptax-0.0.1-py3-none-any.whl.
File metadata
- Download URL: jptax-0.0.1-py3-none-any.whl
- Upload date:
- Size: 685.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31a90a58d5951677758c261d6982c4070f4fa8c26b9c8e53898ffeba8abb2ecc
|
|
| MD5 |
93b77f2aae6fc107010b95b00c577743
|
|
| BLAKE2b-256 |
60a57256d25660d2559b7d34bf821ea44089b951bebb35fe3121abeb059eb2c3
|