File:Tax rates on dividend income in OECD.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 1,440 × 720 pixels, file size: 127 KB)

Captions

Captions

Tax rates on dividend income in OECD
This file may be updated to reflect new information.
If you wish to use a specific version of the file without new updates being mirrored, please upload the required version as a separate file.

Summary

[edit]
Description
English: Tax rates on dividend income in OECD
Date
Source

Own work, Data from OECD Tax database.
https://stats.oecd.org/Index.aspx?DataSetCode=TABLE_II4

  • CIT rate on distributed profit - shows the combined (central and sub-central) marginal statutory corporate income tax rate on distributed profits, inclusive of surtax (if any). This rate would normally correspond with the basic combined corporate income tax rate shown in Table II.1.
  • PIT rate on (grossed-up) dividend - shows the combined (central and sub-central) top marginal statutory personal income tax rate inclusive of surtax (if any), imposed on dividend income (on grossed-up dividends where gross-up provisions apply), before taking account of imputation systems, tax credits and tax allowances.
Author Yuasan
Permission
(Reusing this file)
CC-0

Graph data

[edit]
import matplotlib.pyplot as plt
import pandas as pd
import numpy as np

df = pd.read_csv("data.tsv", index_col=0 , sep = "\t")
df = df.fillna(0)
df = df.sort_values("Personal")

fig, ax = plt.subplots(figsize=(16, 8))
x = np.arange(df.index.size)
ax.bar(x-0.15, df["Corporate"] , color="#3b95d3", width=0.3, bottom=0)
ax.bar(x+0.15, df["Personal"] , color="#D676AB", width=0.3, bottom=0)

ax.legend( ("Corporate", "Personal"),
		 fontsize=20,  loc='upper left',)
ax.set_axisbelow(True)

plt.rcParams['font.family'] = 'sans-serif'
plt.rcParams['font.sans-serif'] = ['Noto Sans Display']
plt.subplots_adjust(left=0.05, bottom=0.1, right=0.96, top=0.9)

plt.title("Tax rates on dividend income, 2022 (OECD Stat)", fontsize=23)
plt.tick_params(labelsize=10, pad=4)
plt.xticks(x, df.index, rotation=35, size=10)

plt.ylabel("Percentage", size=15)
plt.yticks(fontsize=11)

ax.minorticks_on()
plt.grid(which='major',color='#999999',linestyle='-', axis="y")
plt.grid(which='minor',color='#cccccc',linestyle='--', axis="y")
plt.subplots_adjust(top =0.88)

plt.savefig("image.svg")

Licensing

[edit]
I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current01:53, 7 August 2022Thumbnail for version as of 01:53, 7 August 20221,440 × 720 (127 KB)Yuasan (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata