Pillar 2 Algorithm: Difference between revisions
(Creation) |
No edit summary |
||
Line 12: | Line 12: | ||
The algorithm will present the following features: | The algorithm will present the following features: | ||
* Scope and Groupe perimeter analysis | * Scope and Groupe perimeter analysis, to determine the different sub-groups in each jurisdictions for the safe-harbour rules, elections and ETR computations, | ||
* Safe Harbour computation and analysis | * Safe Harbour computation and analysis, to identify the sub-perimeters requiring less detailed data collection and resulting in simpler computations, | ||
* GloBE Income and Adjusted covered tax computation | * GloBE Income and Adjusted covered tax computation | ||
* Election treatments | * Election treatments | ||
* Effective Tax Rate and Top-Up Tax computation | * Post-filing and additional Top-Up Tax computation | ||
* | * Effective Tax Rate and Top-Up Tax computation for LTCE's | ||
* Charging provisions and Paying entity identifications (UPE, POPEs, IPEs) | |||
* UTPR computation | |||
=== General logic of the algorithm === | === General logic of the algorithm === | ||
Line 43: | Line 45: | ||
|- | |- | ||
|Matching | |Matching | ||
| | | | ||
| | | | ||
| | | | ||
| | | | ||
| | | | ||
|- | |- | ||
|Matching | |Matching | ||
| | | | ||
| | | | ||
| | | | ||
| | | | ||
| | | | ||
|- | |- | ||
|Matching | |Matching | ||
| | | | ||
| | | | ||
| | | | ||
| | | | ||
| | | | ||
|} | |} | ||
Line 76: | Line 78: | ||
|- | |- | ||
|Matching | |Matching | ||
| | | | ||
| | | | ||
| | | | ||
| | | | ||
| | | | ||
|- | |- | ||
|Matching | |Matching | ||
| | | | ||
| | | | ||
| | | | ||
| | | | ||
| | | | ||
|} | |} | ||
Line 99: | Line 101: | ||
The selected structured files must form a sequence where their temporal referencing perimeters follow each other in a disjointed and adjacent manner (e.g., a succession of months, quarters, years). | The selected structured files must form a sequence where their temporal referencing perimeters follow each other in a disjointed and adjacent manner (e.g., a succession of months, quarters, years). | ||
===== Impact of series on | ===== Impact of series on Post-filing computations ===== | ||
The Pillar 2 computations allows and sometimes requires to perform the recalculation of the Top-Up Tax liability of the previous fiscal years to generate the Additional Top-Up Tax. This will only be possible under the following conditions. | |||
# Structured files exists for the fiscal years prior to the one under computation. They must be present in an interrupted sequence of 5 fiscal years starting with N-5. | |||
# Input data leading to the application of the recalculation are present, | |||
===== Impact | ===== Impact on rules ===== | ||
=== Computational steps === | === Computational steps === | ||
Revision as of 06:01, 11 October 2023
Introduction
Context
Welcome to the OpenSource Pillar 2 Algorithm wiki page! This platform serves as a comprehensive resource for understanding and implementing a pioneering open-source algorithm specifically designed to perform Pillar 2 computations and prepare the GloBE Information Return.
BEPS Pillar 2 represents a significant step in global tax reform, introducing the concept of a Global Minimum Tax to prevent aggressive tax planning and profit shifting by multinational enterprises. Given the intricate nature of international taxation, coupled with the unique structures of individual corporations, computing the tax liabilities under the Global Minimum Tax framework is inherently complex. The scope of the regulation and the various election options available to entities further complicate the computations, requiring in-depth analysis and consideration.
Objectives
Recognizing this complexity, Algonomia has developed a sophisticated algorithm to address these challenges. By opting to release it as open-source, Algonomia aims to foster collaboration among tax specialists, economists, and administrations. This approach not only ensures the refinement and enhancement of the algorithm but also promotes transparency, demonstrating a commitment to a fair and unified international tax landscape.
Feature Overview
The algorithm will present the following features:
- Scope and Groupe perimeter analysis, to determine the different sub-groups in each jurisdictions for the safe-harbour rules, elections and ETR computations,
- Safe Harbour computation and analysis, to identify the sub-perimeters requiring less detailed data collection and resulting in simpler computations,
- GloBE Income and Adjusted covered tax computation
- Election treatments
- Post-filing and additional Top-Up Tax computation
- Effective Tax Rate and Top-Up Tax computation for LTCE's
- Charging provisions and Paying entity identifications (UPE, POPEs, IPEs)
- UTPR computation
General logic of the algorithm
Data structure
Structure overview
Algonomia API Framework
The Transfer Pricing Algorithm uses Algonomia API Framework to receive input data and send output data for the computations. In the following sections, it is assumed that data has been transferred to the Transfer Pricing Algorithm using this framework.
Input
The input data follows the usual division required by the Algonomia API Framework : Data, Rules, Other.
Data
The following tables presents the data points allowed as "Data" :
Role | Label | Definition | Typing | Multiplicity behavior | Mandatory |
---|---|---|---|---|---|
Matching | |||||
Matching | |||||
Matching |
Rules
The following tables presents the data points allowed as "Rules" :
Role | Label | Definition | Typing | Multiplicity behavior | Mandatory |
---|---|---|---|---|---|
Matching | |||||
Matching |
Other
Output
Serie of files
A series of structured files corresponds to the selection of a sequence of structured files whose data and rules can be processed in a coordinated manner in the dashboard or the calculations of the algorithm.
The selected structured files must form a sequence where their temporal referencing perimeters follow each other in a disjointed and adjacent manner (e.g., a succession of months, quarters, years).
Impact of series on Post-filing computations
The Pillar 2 computations allows and sometimes requires to perform the recalculation of the Top-Up Tax liability of the previous fiscal years to generate the Additional Top-Up Tax. This will only be possible under the following conditions.
- Structured files exists for the fiscal years prior to the one under computation. They must be present in an interrupted sequence of 5 fiscal years starting with N-5.
- Input data leading to the application of the recalculation are present,