
医院动态
热点资讯
湖北神农架林区社保基数16300扣税多少
有家健康网 2025-04-30阅读量:2970
TypeError Traceback (most recent call last)
Cell In[1], line 15
1 # 社保基数16300元,假设月薪税前收入为20000元
2 # 起征点为5000元
3 # 各项社保费用包括养老保险、医疗保险、失业保险、工伤保险和生育保险
4 # 假设各项社保费率为:养老保险8%,医疗保险2%,失业保险0.5%,工伤保险0.2%,生育保险0.5%
5
6 # 计算社保缴费总额
7 social_insurance_rates = {
8 “养老保险”: 0.08,
9 “医疗保险”: 0.02,
(…)
12 “生育保险”: 0.005
13 }
—> 15 social_insurance_total = sum([base_salary * rate for base_salary, rate in social_insurance_rates.items()])
17 # 计算应纳税所得额
18 taxable_income = base_salary - social_insurance_total - 5000
Cell In[1], line 15, in <listcomp>(.0)
1 # 社保基数16300元,假设月薪税前收入为20000元
2 # 起征点为5000元
3 # 各项社保费用包括养老保险、医疗保险、失业保险、工伤保险和生育保险
4 # 假设各项社保费率为:养老保险8%,医疗保险2%,失业保险0.5%,工伤保险0.2%,生育保险0.5%
5
6 # 计算社保缴费总额
7 social_insurance_rates = {
8 “养老保险”: 0.08,
9 “医疗保险”: 0.02,
(…)
12 “生育保险”: 0.005
13 }
—> 15 social_insurance_total = sum([base_salary * rate for base_salary, rate in social_insurance_rates.items()])
17 # 计算应纳税所得额
18 taxable_income = base_salary - social_insurance_total - 5000
TypeError: can’t multiply sequence by non-int of type ‘float’
联系我们
-
门诊时间(全年无休)8:00-20:00
-
医院地址:厦门市湖里区湖里大道37号